#BDE7EF

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

Shades of Onahau #BDE7EF

Tints of Onahau #BDE7EF

Color information

#BDE7EF (or 0xBDE7EF) is unknown color: approx Onahau. HEX triplet: BD, E7 and EF. RGB value is (189,231,239). Sum of RGB (Red+Green+Blue) = 189+231+239=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7EF is #421810. Grayscale: #DBDBDB. Windows color (decimal): -4331537 or 15722429. OLE color: 15722429.

HSL color Cylindrical-coordinate representation of color #BDE7EF: hue angle of 189.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE7EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189231239-
CMYK0.210.0300.06
HSL189.6º60.98%83.92%-
HSV(B)189.6º20.92%93.73%-
XYZ65.1474.292.55-
YUV219.35139.09106.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=28.68%
G=35.05%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892312390.210.0300.06189.660.9883.92
HexBDE7EF15306be3d54
Octal2753473572530627675124
Binary10111101111001111110111110101110110101111101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7EF; }

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

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

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

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

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

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

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

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