#BDE4FB

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

Shades of Onahau #BDE4FB

Tints of Onahau #BDE4FB

Color information

#BDE4FB (or 0xBDE4FB) is unknown color: approx Onahau. HEX triplet: BD, E4 and FB. RGB value is (189,228,251). Sum of RGB (Red+Green+Blue) = 189+228+251=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4FB is #421B04. Grayscale: #DADADA. Windows color (decimal): -4332293 or 16508093. OLE color: 16508093.

HSL color Cylindrical-coordinate representation of color #BDE4FB: hue angle of 202.26º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE4FB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189228251-
CMYK0.250.0900.02
HSL202.26º88.57%86.27%-
HSV(B)202.26º24.7%98.43%-
XYZ66.1473.27101.92-
YUV218.96146.08106.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.29%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=28.29%
G=34.13%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892282510.250.0900.02202.2688.5786.27
HexBDE4FB19902ca5956
Octal275344373311102312131126
Binary1011110111100100111110111100110010101100101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4FB; }

 p { color: rgb(189,228,251); }

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

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

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

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

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

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

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