Html Css Color HEX #BDFFCB Granny Apple

📋 copy color: '#BDFFCB'

red 189 ◦ green 255 ◦ blue 203

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

Shades of Granny Apple #BDFFCB

Tints of Granny Apple #BDFFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 39.41%

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

R = 29.21%
G = 39.41%
B = 31.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#BDFFCB (or 0xBDFFCB) is known color: Granny Apple. HEX triplet: BD, FF and CB. RGB value is (189,255,203). Sum of RGB (Red+Green+Blue) = 189+255+203=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFCB is #420034. Grayscale: #E5E5E5. Windows color (decimal): -4325429 or 13369277. OLE color: 13369277.

HSL color Cylindrical-coordinate representation of color #BDFFCB: hue angle of 132.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFCB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 203 -
CMYK 0.26 0 0.20 0
HSL 132.73º 1% 0.87% -
HSV(B) 132.73º 0.26% 1% -
XYZ 67.53 86.65 69.67 -
YUV 229.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 189 255 203 0.26 0 0.20 0 132.73 1 0.87
Hex BD FF CB 1A 0 14 0 85 64 57
Octal 275 377 313 32 0 24 0 205 144 127
Binary 10111101 11111111 11001011 11010 0 10100 0 10000101 1100100 1010111

Color Harmonies of #BDFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFCB

Black with #BDFFCB

Text Example


Text Example

White with #BDFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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