Html Css Color HEX #BFE5CA Granny Apple

📋 copy color: '#BFE5CA'

red 191 ◦ green 229 ◦ blue 202

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

Shades of Granny Apple #BFE5CA

Tints of Granny Apple #BFE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.82%

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

R = 30.71%
G = 36.82%
B = 32.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#BFE5CA (or 0xBFE5CA) is known color: Granny Apple. HEX triplet: BF, E5 and CA. RGB value is (191,229,202). Sum of RGB (Red+Green+Blue) = 191+229+202=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5CA is #401A35. Grayscale: #D6D6D6. Windows color (decimal): -4201014 or 13297087. OLE color: 13297087.

HSL color Cylindrical-coordinate representation of color #BFE5CA: hue angle of 137.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5CA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 202 -
CMYK 0.17 0 0.12 0.10
HSL 137.37º 0.42% 0.82% -
HSV(B) 137.37º 0.17% 0.9% -
XYZ 60.17 71.38 66.48 -
YUV 214.56 120.91 111.2 -
System Red Green Blue C M Y K H S L
Decimal 191 229 202 0.17 0 0.12 0.10 137.37 0.42 0.82
Hex BF E5 CA 11 0 C A 89 2A 52
Octal 277 345 312 21 0 14 12 211 52 122
Binary 10111111 11100101 11001010 10001 0 1100 1010 10001001 101010 1010010

Color Harmonies of #BFE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5CA

Black with #BFE5CA

Text Example


Text Example

White with #BFE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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