#BDE7EE

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

Shades of Onahau #BDE7EE

Tints of Onahau #BDE7EE

Color information

#BDE7EE (or 0xBDE7EE) is unknown color: approx Onahau. HEX triplet: BD, E7 and EE. RGB value is (189,231,238). Sum of RGB (Red+Green+Blue) = 189+231+238=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7EE is #421811. Grayscale: #DBDBDB. Windows color (decimal): -4331538 or 15656893. OLE color: 15656893.

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

Color convert

RGB189231238-
CMYK0.210.0300.07
HSL188.57º59.04%83.73%-
HSV(B)188.57º20.59%93.33%-
XYZ64.9974.1491.77-
YUV219.24138.59106.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 231 (90.62% from 255) = 35.11%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=28.72%
G=35.11%
B=36.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892312380.210.0300.07188.5759.0483.73
HexBDE7EE15307bd3b54
Octal2753473562530727573124
Binary10111101111001111110111010101110111101111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7EE; }

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

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

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

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

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

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

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

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