Html Css Color HEX #BDEBEA Mabel

📋 copy color: '#BDEBEA'

red 189 ◦ green 235 ◦ blue 234

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

Shades of Mabel #BDEBEA

Tints of Mabel #BDEBEA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.71%

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 28.72%
G = 35.71%
B = 35.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#BDEBEA (or 0xBDEBEA) is known color: Mabel. HEX triplet: BD, EB and EA. RGB value is (189,235,234). Sum of RGB (Red+Green+Blue) = 189+235+234=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBEA is #421415. Grayscale: #DDDDDD. Windows color (decimal): -4330518 or 15395773. OLE color: 15395773.

HSL color Cylindrical-coordinate representation of color #BDEBEA: hue angle of 178.7º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBEA is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 234 -
CMYK 0.20 0 0.00 0.08
HSL 178.7º 0.53% 0.83% -
HSV(B) 178.7º 0.2% 0.92% -
XYZ 65.55 76.18 89.09 -
YUV 221.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 189 235 234 0.20 0 0.00 0.08 178.7 0.53 0.83
Hex BD EB EA 14 0 0 8 B3 35 53
Octal 275 353 352 24 0 0 10 263 65 123
Binary 10111101 11101011 11101010 10100 0 0 1000 10110011 110101 1010011

Color Harmonies of #BDEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBEA

Black with #BDEBEA

Text Example


Text Example

White with #BDEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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