#BDEBFD

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

Shades of Onahau #BDEBFD

Tints of Onahau #BDEBFD

Color information

#BDEBFD (or 0xBDEBFD) is unknown color: approx Onahau. HEX triplet: BD, EB and FD. RGB value is (189,235,253). Sum of RGB (Red+Green+Blue) = 189+235+253=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBFD is #421402. Grayscale: #DFDFDF. Windows color (decimal): -4330499 or 16640957. OLE color: 16640957.

HSL color Cylindrical-coordinate representation of color #BDEBFD: hue angle of 196.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEBFD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189235253-
CMYK0.250.0700.01
HSL196.88º94.12%86.67%-
HSV(B)196.88º25.3%99.22%-
XYZ68.4277.33104.25-
YUV223.3144.76103.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.92%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=27.92%
G=34.71%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892352530.250.0700.01196.8894.1286.67
HexBDEBFD19701c55e57
Octal27535337531701305136127
Binary10111101111010111111110111001111011100010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBFD; }

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

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

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

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

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

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

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

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