Html Css Color HEX #BDF3CB Granny Apple

📋 copy color: '#BDF3CB'

red 189 ◦ green 243 ◦ blue 203

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

Shades of Granny Apple #BDF3CB

Tints of Granny Apple #BDF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.27%

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

R = 29.76%
G = 38.27%
B = 31.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BDF3CB (or 0xBDF3CB) is known color: Granny Apple. HEX triplet: BD, F3 and CB. RGB value is (189,243,203). Sum of RGB (Red+Green+Blue) = 189+243+203=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3CB is #420C34. Grayscale: #DEDEDE. Windows color (decimal): -4328501 or 13366205. OLE color: 13366205.

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

Color convert

RGB 189 243 203 -
CMYK 0.22 0 0.16 0.05
HSL 135.56º 0.69% 0.85% -
HSV(B) 135.56º 0.22% 0.95% -
XYZ 63.82 79.23 68.43 -
YUV 222.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 189 243 203 0.22 0 0.16 0.05 135.56 0.69 0.85
Hex BD F3 CB 16 0 10 5 88 45 55
Octal 275 363 313 26 0 20 5 210 105 125
Binary 10111101 11110011 11001011 10110 0 10000 101 10001000 1000101 1010101

Color Harmonies of #BDF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3CB

Black with #BDF3CB

Text Example


Text Example

White with #BDF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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