Html Css Color HEX #BDEAE7 Mabel

📋 copy color: '#BDEAE7'

red 189 ◦ green 234 ◦ blue 231

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

Shades of Mabel #BDEAE7

Tints of Mabel #BDEAE7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

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

R = 28.9%
G = 35.78%
B = 35.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#BDEAE7 (or 0xBDEAE7) is known color: Mabel. HEX triplet: BD, EA and E7. RGB value is (189,234,231). Sum of RGB (Red+Green+Blue) = 189+234+231=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAE7 is #421518. Grayscale: #DCDCDC. Windows color (decimal): -4330777 or 15198909. OLE color: 15198909.

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

Color convert

RGB 189 234 231 -
CMYK 0.19 0 0.01 0.08
HSL 176º 0.52% 0.83% -
HSV(B) 176º 0.19% 0.92% -
XYZ 64.83 75.43 86.74 -
YUV 220.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 189 234 231 0.19 0 0.01 0.08 176 0.52 0.83
Hex BD EA E7 13 0 1 8 B0 34 53
Octal 275 352 347 23 0 1 10 260 64 123
Binary 10111101 11101010 11100111 10011 0 1 1000 10110000 110100 1010011

Color Harmonies of #BDEAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAE7

Black with #BDEAE7

Text Example


Text Example

White with #BDEAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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