Html Css Color HEX #BFE3CA Granny Apple

📋 copy color: '#BFE3CA'

red 191 ◦ green 227 ◦ blue 202

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

Shades of Granny Apple #BFE3CA

Tints of Granny Apple #BFE3CA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.61%

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

R = 30.81%
G = 36.61%
B = 32.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#BFE3CA (or 0xBFE3CA) is known color: Granny Apple. HEX triplet: BF, E3 and CA. RGB value is (191,227,202). Sum of RGB (Red+Green+Blue) = 191+227+202=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3CA is #401C35. Grayscale: #D5D5D5. Windows color (decimal): -4201526 or 13296575. OLE color: 13296575.

HSL color Cylindrical-coordinate representation of color #BFE3CA: hue angle of 138.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3CA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 202 -
CMYK 0.16 0 0.11 0.11
HSL 138.33º 0.39% 0.82% -
HSV(B) 138.33º 0.16% 0.89% -
XYZ 59.62 70.28 66.3 -
YUV 213.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 191 227 202 0.16 0 0.11 0.11 138.33 0.39 0.82
Hex BF E3 CA 10 0 B B 8A 27 52
Octal 277 343 312 20 0 13 13 212 47 122
Binary 10111111 11100011 11001010 10000 0 1011 1011 10001010 100111 1010010

Color Harmonies of #BFE3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3CA

Black with #BFE3CA

Text Example


Text Example

White with #BFE3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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