Html Css Color HEX #BFE1CC Granny Apple

📋 copy color: '#BFE1CC'

red 191 ◦ green 225 ◦ blue 204

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

Shades of Granny Apple #BFE1CC

Tints of Granny Apple #BFE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.29%

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 30.81%
G = 36.29%
B = 32.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#BFE1CC (or 0xBFE1CC) is known color: Granny Apple. HEX triplet: BF, E1 and CC. RGB value is (191,225,204). Sum of RGB (Red+Green+Blue) = 191+225+204=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1CC is #401E33. Grayscale: #D4D4D4. Windows color (decimal): -4202036 or 13427135. OLE color: 13427135.

HSL color Cylindrical-coordinate representation of color #BFE1CC: hue angle of 142.94º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1CC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 204 -
CMYK 0.15 0 0.09 0.12
HSL 142.94º 0.36% 0.82% -
HSV(B) 142.94º 0.15% 0.88% -
XYZ 59.31 69.29 67.37 -
YUV 212.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 191 225 204 0.15 0 0.09 0.12 142.94 0.36 0.82
Hex BF E1 CC F 0 9 C 8F 24 52
Octal 277 341 314 17 0 11 14 217 44 122
Binary 10111111 11100001 11001100 1111 0 1001 1100 10001111 100100 1010010

Color Harmonies of #BFE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1CC

Black with #BFE1CC

Text Example


Text Example

White with #BFE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1CC; }

 p { color: rgb(191,225,204); }

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

background-color css

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

 a { background-color: rgb(191,225,204); }

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

border-color css

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

 span { border-color: rgb(191,225,204); }

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