#BDEBF7

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

Shades of Onahau #BDEBF7

Tints of Onahau #BDEBF7

Color information

#BDEBF7 (or 0xBDEBF7) is unknown color: approx Onahau. HEX triplet: BD, EB and F7. RGB value is (189,235,247). Sum of RGB (Red+Green+Blue) = 189+235+247=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBF7 is #421408. Grayscale: #DEDEDE. Windows color (decimal): -4330505 or 16247741. OLE color: 16247741.

HSL color Cylindrical-coordinate representation of color #BDEBF7: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEBF7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189235247-
CMYK0.230.0500.03
HSL192.41º78.38%85.49%-
HSV(B)192.41º23.48%96.86%-
XYZ67.4876.9599.29-
YUV222.61141.76104.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=28.17%
G=35.02%
B=36.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892352470.230.0500.03192.4178.3885.49
HexBDEBF717503c04e55
Octal27535336727503300116125
Binary101111011110101111110111101111010111100000010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBF7; }

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

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

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

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

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

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

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

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