#BDEBEC

Color #BDEBEC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BDEBEC

Tints of Onahau #BDEBEC

Color information

#BDEBEC (or 0xBDEBEC) is unknown color: approx Onahau. HEX triplet: BD, EB and EC. RGB value is (189,235,236). Sum of RGB (Red+Green+Blue) = 189+235+236=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBEC is #421413. Grayscale: #DDDDDD. Windows color (decimal): -4330516 or 15526845. OLE color: 15526845.

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

Color convert

RGB189235236-
CMYK0.200.0000.07
HSL181.28º55.29%83.33%-
HSV(B)181.28º19.92%92.55%-
XYZ65.8376.2990.61-
YUV221.36136.26104.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=28.64%
G=35.61%
B=35.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892352360.200.0000.07181.2855.2983.33
HexBDEBEC14007b53753
Octal2753533542400726567123
Binary1011110111101011111011001010000111101101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBEC; }

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

 H1.HeaderClassName
 {
   color: #BDEBEC;
 }
 .AnyTagClassName
 {
   color: #BDEBEC;
 }
</style>
background-color css

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

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

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

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

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

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