Html Css Color HEX #BDFBCE Granny Apple

📋 copy color: '#BDFBCE'

red 189 ◦ green 251 ◦ blue 206

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

Shades of Granny Apple #BDFBCE

Tints of Granny Apple #BDFBCE

RGB

 RED value IS 189 (74.22% from 255) = 29.26%

 GREEN value IS 251 (98.44% from 255) = 38.85%

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

R = 29.26%
G = 38.85%
B = 31.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BDFBCE (or 0xBDFBCE) is known color: Granny Apple. HEX triplet: BD, FB and CE. RGB value is (189,251,206). Sum of RGB (Red+Green+Blue) = 189+251+206=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBCE is #420431. Grayscale: #E3E3E3. Windows color (decimal): -4326450 or 13564861. OLE color: 13564861.

HSL color Cylindrical-coordinate representation of color #BDFBCE: hue angle of 136.45º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBCE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 206 -
CMYK 0.25 0 0.18 0.02
HSL 136.45º 0.89% 0.86% -
HSV(B) 136.45º 0.25% 0.98% -
XYZ 66.62 84.27 71.15 -
YUV 227.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 189 251 206 0.25 0 0.18 0.02 136.45 0.89 0.86
Hex BD FB CE 19 0 12 2 88 59 56
Octal 275 373 316 31 0 22 2 210 131 126
Binary 10111101 11111011 11001110 11001 0 10010 10 10001000 1011001 1010110

Color Harmonies of #BDFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBCE

Black with #BDFBCE

Text Example


Text Example

White with #BDFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBCE; }

 p { color: rgb(189,251,206); }

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

background-color css

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

 a { background-color: rgb(189,251,206); }

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

border-color css

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

 span { border-color: rgb(189,251,206); }

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