Html Css Color HEX #BDF7CB Granny Apple

📋 copy color: '#BDF7CB'

red 189 ◦ green 247 ◦ blue 203

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

Shades of Granny Apple #BDF7CB

Tints of Granny Apple #BDF7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.65%

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

R = 29.58%
G = 38.65%
B = 31.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#BDF7CB (or 0xBDF7CB) is known color: Granny Apple. HEX triplet: BD, F7 and CB. RGB value is (189,247,203). Sum of RGB (Red+Green+Blue) = 189+247+203=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7CB is #420834. Grayscale: #E0E0E0. Windows color (decimal): -4327477 or 13367229. OLE color: 13367229.

HSL color Cylindrical-coordinate representation of color #BDF7CB: hue angle of 134.48º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7CB is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 203 -
CMYK 0.23 0 0.18 0.03
HSL 134.48º 0.78% 0.85% -
HSV(B) 134.48º 0.23% 0.97% -
XYZ 65.03 81.65 68.83 -
YUV 224.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 189 247 203 0.23 0 0.18 0.03 134.48 0.78 0.85
Hex BD F7 CB 17 0 12 3 86 4E 55
Octal 275 367 313 27 0 22 3 206 116 125
Binary 10111101 11110111 11001011 10111 0 10010 11 10000110 1001110 1010101

Color Harmonies of #BDF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7CB

Black with #BDF7CB

Text Example


Text Example

White with #BDF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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