#BDF6FE

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

Shades of Onahau #BDF6FE

Tints of Onahau #BDF6FE

Color information

#BDF6FE (or 0xBDF6FE) is unknown color: approx Onahau. HEX triplet: BD, F6 and FE. RGB value is (189,246,254). Sum of RGB (Red+Green+Blue) = 189+246+254=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6FE is #420901. Grayscale: #E5E5E5. Windows color (decimal): -4327682 or 16709309. OLE color: 16709309.

HSL color Cylindrical-coordinate representation of color #BDF6FE: hue angle of 187.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF6FE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189246254-
CMYK0.260.0300.00
HSL187.38º97.01%86.86%-
HSV(B)187.38º25.59%99.61%-
XYZ71.8383.89106.17-
YUV229.87141.6298.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.43%
GREEN value IS 246 (96.48% from 255) = 35.70%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=27.43%
G=35.70%
B=36.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892462540.260.0300.00187.3897.0186.86
HexBDF6FE1A300bb6157
Octal27536637632300273141127
Binary1011110111110110111111101101011001011101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6FE; }

 p { color: rgb(189,246,254); }

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

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

 a { background-color: rgb(189,246,254); }

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

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

 span { border-color: rgb(189,246,254); }

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