#BDEBED

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

Shades of Onahau #BDEBED

Tints of Onahau #BDEBED

Color information

#BDEBED (or 0xBDEBED) is unknown color: approx Onahau. HEX triplet: BD, EB and ED. RGB value is (189,235,237). Sum of RGB (Red+Green+Blue) = 189+235+237=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBED is #421412. Grayscale: #DDDDDD. Windows color (decimal): -4330515 or 15592381. OLE color: 15592381.

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

Color convert

RGB189235237-
CMYK0.200.0100.07
HSL182.5º57.14%83.53%-
HSV(B)182.5º20.25%92.94%-
XYZ65.9876.3591.38-
YUV221.47136.76104.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=28.59%
G=35.55%
B=35.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892352370.200.0100.07182.557.1483.53
HexBDEBED14107b63954
Octal2753533552410726671124
Binary1011110111101011111011011010010111101101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBED; }

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

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

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

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

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

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

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

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