Html Css Color HEX #BDFBCB Granny Apple

📋 copy color: '#BDFBCB'

red 189 ◦ green 251 ◦ blue 203

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

Shades of Granny Apple #BDFBCB

Tints of Granny Apple #BDFBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 29.39%
G = 39.04%
B = 31.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BDFBCB (or 0xBDFBCB) is known color: Granny Apple. HEX triplet: BD, FB and CB. RGB value is (189,251,203). Sum of RGB (Red+Green+Blue) = 189+251+203=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBCB is #420434. Grayscale: #E3E3E3. Windows color (decimal): -4326453 or 13368253. OLE color: 13368253.

HSL color Cylindrical-coordinate representation of color #BDFBCB: hue angle of 133.55º 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 #BDFBCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 203 -
CMYK 0.25 0 0.19 0.02
HSL 133.55º 0.89% 0.86% -
HSV(B) 133.55º 0.25% 0.98% -
XYZ 66.26 84.12 69.25 -
YUV 226.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 189 251 203 0.25 0 0.19 0.02 133.55 0.89 0.86
Hex BD FB CB 19 0 13 2 86 59 56
Octal 275 373 313 31 0 23 2 206 131 126
Binary 10111101 11111011 11001011 11001 0 10011 10 10000110 1011001 1010110

Color Harmonies of #BDFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBCB

Black with #BDFBCB

Text Example


Text Example

White with #BDFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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