#BDEBEB

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

Shades of Onahau #BDEBEB

Tints of Onahau #BDEBEB

Color information

#BDEBEB (or 0xBDEBEB) is unknown color: approx Onahau. HEX triplet: BD, EB and EB. RGB value is (189,235,235). Sum of RGB (Red+Green+Blue) = 189+235+235=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #BDEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBEB is #421414. Grayscale: #DDDDDD. Windows color (decimal): -4330517 or 15461309. OLE color: 15461309.

HSL color Cylindrical-coordinate representation of color #BDEBEB: hue angle of 180º 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 #BDEBEB is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189235235-
CMYK0.20000.08
HSL180º53.49%83.14%-
HSV(B)180º19.57%92.16%-
XYZ65.6976.2389.85-
YUV221.25135.76105-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=28.68%
G=35.66%
B=35.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352350.20000.0818053.4983.14
HexBDEBEB14008b43553
Octal27535335324001026465123
Binary10111101111010111110101110100001000101101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBEB; }

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

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

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

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

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

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

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

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