Html Css Color HEX #BDE0DF Mabel

📋 copy color: '#BDE0DF'

red 189 ◦ green 224 ◦ blue 223

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

Shades of Mabel #BDE0DF

Tints of Mabel #BDE0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.22%

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 29.72%
G = 35.22%
B = 35.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BDE0DF (or 0xBDE0DF) is known color: Mabel. HEX triplet: BD, E0 and DF. RGB value is (189,224,223). Sum of RGB (Red+Green+Blue) = 189+224+223=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DF is #421F20. Grayscale: #D5D5D5. Windows color (decimal): -4333345 or 14672061. OLE color: 14672061.

HSL color Cylindrical-coordinate representation of color #BDE0DF: hue angle of 178.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0DF is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 223 -
CMYK 0.16 0 0.00 0.12
HSL 178.29º 0.36% 0.81% -
HSV(B) 178.29º 0.16% 0.88% -
XYZ 60.96 69.46 80.01 -
YUV 213.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 189 224 223 0.16 0 0.00 0.12 178.29 0.36 0.81
Hex BD E0 DF 10 0 0 C B2 24 51
Octal 275 340 337 20 0 0 14 262 44 121
Binary 10111101 11100000 11011111 10000 0 0 1100 10110010 100100 1010001

Color Harmonies of #BDE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0DF

Black with #BDE0DF

Text Example


Text Example

White with #BDE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0DF; }

 p { color: rgb(189,224,223); }

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

background-color css

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

 a { background-color: rgb(189,224,223); }

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

border-color css

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

 span { border-color: rgb(189,224,223); }

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