#BDEFFF

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

Shades of Onahau #BDEFFF

Tints of Onahau #BDEFFF

Color information

#BDEFFF (or 0xBDEFFF) is unknown color: approx Onahau. HEX triplet: BD, EF and FF. RGB value is (189,239,255). Sum of RGB (Red+Green+Blue) = 189+239+255=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFFF is #421000. Grayscale: #E1E1E1. Windows color (decimal): -4329473 or 16773053. OLE color: 16773053.

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

Color convert

RGB189239255-
CMYK0.260.0600
HSL194.55º100%87.06%-
HSV(B)194.55º25.88%100%-
XYZ69.979.77106.32-
YUV225.87144.44101.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 37.34%
R=27.67%
G=34.99%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892392550.260.0600194.5510087.06
HexBDEFFF1A600c36457
Octal27535737732600303144127
Binary10111101111011111111111111010110001100001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFFF; }

 p { color: rgb(189,239,255); }

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

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

 a { background-color: rgb(189,239,255); }

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

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

 span { border-color: rgb(189,239,255); }

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