Html Css Color HEX #BFE6CA Granny Apple

📋 copy color: '#BFE6CA'

red 191 ◦ green 230 ◦ blue 202

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

Shades of Granny Apple #BFE6CA

Tints of Granny Apple #BFE6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.92%

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

R = 30.66%
G = 36.92%
B = 32.42%

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

#BFE6CA (or 0xBFE6CA) is known color: Granny Apple. HEX triplet: BF, E6 and CA. RGB value is (191,230,202). Sum of RGB (Red+Green+Blue) = 191+230+202=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6CA is #401935. Grayscale: #D7D7D7. Windows color (decimal): -4200758 or 13297343. OLE color: 13297343.

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

Color convert

RGB 191 230 202 -
CMYK 0.17 0 0.12 0.10
HSL 136.92º 0.44% 0.83% -
HSV(B) 136.92º 0.17% 0.9% -
XYZ 60.44 71.93 66.58 -
YUV 215.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 191 230 202 0.17 0 0.12 0.10 136.92 0.44 0.83
Hex BF E6 CA 11 0 C A 89 2C 53
Octal 277 346 312 21 0 14 12 211 54 123
Binary 10111111 11100110 11001010 10001 0 1100 1010 10001001 101100 1010011

Color Harmonies of #BFE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6CA

Black with #BFE6CA

Text Example


Text Example

White with #BFE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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