Html Css Color HEX #BFE0CA Granny Apple

📋 copy color: '#BFE0CA'

red 191 ◦ green 224 ◦ blue 202

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

Shades of Granny Apple #BFE0CA

Tints of Granny Apple #BFE0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.3%

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

R = 30.96%
G = 36.3%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#BFE0CA (or 0xBFE0CA) is known color: Granny Apple. HEX triplet: BF, E0 and CA. RGB value is (191,224,202). Sum of RGB (Red+Green+Blue) = 191+224+202=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0CA is #401F35. Grayscale: #D3D3D3. Windows color (decimal): -4202294 or 13295807. OLE color: 13295807.

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

Color convert

RGB 191 224 202 -
CMYK 0.15 0 0.10 0.12
HSL 140º 0.35% 0.81% -
HSV(B) 140º 0.15% 0.88% -
XYZ 58.8 68.65 66.03 -
YUV 211.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 191 224 202 0.15 0 0.10 0.12 140 0.35 0.81
Hex BF E0 CA F 0 A C 8C 23 51
Octal 277 340 312 17 0 12 14 214 43 121
Binary 10111111 11100000 11001010 1111 0 1010 1100 10001100 100011 1010001

Color Harmonies of #BFE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0CA

Black with #BFE0CA

Text Example


Text Example

White with #BFE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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