Html Css Color HEX #BFF5CE Granny Apple

📋 copy color: '#BFF5CE'

red 191 ◦ green 245 ◦ blue 206

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

Shades of Granny Apple #BFF5CE

Tints of Granny Apple #BFF5CE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.16%

 BLUE value IS 206 (80.86% from 255) = 32.09%

R = 29.75%
G = 38.16%
B = 32.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#BFF5CE (or 0xBFF5CE) is known color: Granny Apple. HEX triplet: BF, F5 and CE. RGB value is (191,245,206). Sum of RGB (Red+Green+Blue) = 191+245+206=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5CE is #400A31. Grayscale: #E0E0E0. Windows color (decimal): -4196914 or 13563327. OLE color: 13563327.

HSL color Cylindrical-coordinate representation of color #BFF5CE: hue angle of 136.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5CE is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 206 -
CMYK 0.22 0 0.16 0.04
HSL 136.67º 0.73% 0.85% -
HSV(B) 136.67º 0.22% 0.96% -
XYZ 65.28 80.84 70.56 -
YUV 224.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 191 245 206 0.22 0 0.16 0.04 136.67 0.73 0.85
Hex BF F5 CE 16 0 10 4 89 49 55
Octal 277 365 316 26 0 20 4 211 111 125
Binary 10111111 11110101 11001110 10110 0 10000 100 10001001 1001001 1010101

Color Harmonies of #BFF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5CE

Black with #BFF5CE

Text Example


Text Example

White with #BFF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5CE; }

 p { color: rgb(191,245,206); }

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

background-color css

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

 a { background-color: rgb(191,245,206); }

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

border-color css

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

 span { border-color: rgb(191,245,206); }

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