Html Css Color HEX #BFF7CA Granny Apple

📋 copy color: '#BFF7CA'

red 191 ◦ green 247 ◦ blue 202

#BFF7CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #BFF7CA

Tints of Granny Apple #BFF7CA

RGB

 RED value IS 191 (75% from 255) = 29.84%

 GREEN value IS 247 (96.88% from 255) = 38.59%

 BLUE value IS 202 (79.3% from 255) = 31.56%

R = 29.84%
G = 38.59%
B = 31.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFF7CA (or 0xBFF7CA) is known color: Granny Apple. HEX triplet: BF, F7 and CA. RGB value is (191,247,202). Sum of RGB (Red+Green+Blue) = 191+247+202=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7CA is #400835. Grayscale: #E1E1E1. Windows color (decimal): -4196406 or 13301695. OLE color: 13301695.

HSL color Cylindrical-coordinate representation of color #BFF7CA: hue angle of 131.79º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7CA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 202 -
CMYK 0.23 0 0.18 0.03
HSL 131.79º 0.78% 0.86% -
HSV(B) 131.79º 0.23% 0.97% -
XYZ 65.41 81.86 68.23 -
YUV 225.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 191 247 202 0.23 0 0.18 0.03 131.79 0.78 0.86
Hex BF F7 CA 17 0 12 3 84 4E 56
Octal 277 367 312 27 0 22 3 204 116 126
Binary 10111111 11110111 11001010 10111 0 10010 11 10000100 1001110 1010110

Color Harmonies of #BFF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF7CA

Black with #BFF7CA

Text Example


Text Example

White with #BFF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF7CA; }

 p { color: rgb(191,247,202); }

 H1.HeaderClassName
 {
   color: #BFF7CA;
 }
 .AnyTagClassName
 {
   color: #BFF7CA;
 }
</style>

background-color css

<style>
 a { background-color: #BFF7CA; }

 a { background-color: rgb(191,247,202); }

 div.DivClassName
 {
   background-color: #BFF7CA;
 }
 .BgClassName
 {
   background-color: #BFF7CA;
 }
</style>

border-color css

<style>
 span { border-color: #BFF7CA; }

 span { border-color: rgb(191,247,202); }

 td.TdClassName
 {
   border-color: #BFF7CA;
 }
 .TagClassName
 {
   border-color: #BFF7CA;
 }
</style>