Html Css Color HEX #BDE9E7 Mabel

📋 copy color: '#BDE9E7'

red 189 ◦ green 233 ◦ blue 231

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

Shades of Mabel #BDE9E7

Tints of Mabel #BDE9E7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

 BLUE value IS 231 (90.63% from 255) = 35.38%

R = 28.94%
G = 35.68%
B = 35.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#BDE9E7 (or 0xBDE9E7) is known color: Mabel. HEX triplet: BD, E9 and E7. RGB value is (189,233,231). Sum of RGB (Red+Green+Blue) = 189+233+231=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE9E7 is #421618. Grayscale: #DBDBDB. Windows color (decimal): -4331033 or 15198653. OLE color: 15198653.

HSL color Cylindrical-coordinate representation of color #BDE9E7: hue angle of 177.27º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9E7 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 231 -
CMYK 0.19 0 0.01 0.09
HSL 177.27º 0.5% 0.83% -
HSV(B) 177.27º 0.19% 0.91% -
XYZ 64.55 74.87 86.65 -
YUV 219.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 189 233 231 0.19 0 0.01 0.09 177.27 0.5 0.83
Hex BD E9 E7 13 0 1 9 B1 32 53
Octal 275 351 347 23 0 1 11 261 62 123
Binary 10111101 11101001 11100111 10011 0 1 1001 10110001 110010 1010011

Color Harmonies of #BDE9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9E7

Black with #BDE9E7

Text Example


Text Example

White with #BDE9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9E7; }

 p { color: rgb(189,233,231); }

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

background-color css

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

 a { background-color: rgb(189,233,231); }

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

border-color css

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

 span { border-color: rgb(189,233,231); }

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