Html Css Color HEX #BFE9CA Granny Apple

📋 copy color: '#BFE9CA'

red 191 ◦ green 233 ◦ blue 202

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

Shades of Granny Apple #BFE9CA

Tints of Granny Apple #BFE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.22%

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

R = 30.51%
G = 37.22%
B = 32.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#BFE9CA (or 0xBFE9CA) is known color: Granny Apple. HEX triplet: BF, E9 and CA. RGB value is (191,233,202). Sum of RGB (Red+Green+Blue) = 191+233+202=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9CA is #401635. Grayscale: #D8D8D8. Windows color (decimal): -4199990 or 13298111. OLE color: 13298111.

HSL color Cylindrical-coordinate representation of color #BFE9CA: hue angle of 135.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE9CA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 202 -
CMYK 0.18 0 0.13 0.09
HSL 135.71º 0.49% 0.83% -
HSV(B) 135.71º 0.18% 0.91% -
XYZ 61.29 73.62 66.86 -
YUV 216.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 191 233 202 0.18 0 0.13 0.09 135.71 0.49 0.83
Hex BF E9 CA 12 0 D 9 88 31 53
Octal 277 351 312 22 0 15 11 210 61 123
Binary 10111111 11101001 11001010 10010 0 1101 1001 10001000 110001 1010011

Color Harmonies of #BFE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE9CA

Black with #BFE9CA

Text Example


Text Example

White with #BFE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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