#BDEAFF

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

Shades of Onahau #BDEAFF

Tints of Onahau #BDEAFF

Color information

#BDEAFF (or 0xBDEAFF) is unknown color: approx Onahau. HEX triplet: BD, EA and FF. RGB value is (189,234,255). Sum of RGB (Red+Green+Blue) = 189+234+255=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAFF is #421500. Grayscale: #DEDEDE. Windows color (decimal): -4330753 or 16771773. OLE color: 16771773.

HSL color Cylindrical-coordinate representation of color #BDEAFF: hue angle of 199.09º 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 #BDEAFF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189234255-
CMYK0.260.0800
HSL199.09º100%87.06%-
HSV(B)199.09º25.88%100%-
XYZ68.4676.88105.84-
YUV222.94146.09103.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.88%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 255 (100% from 255) = 37.61%
R=27.88%
G=34.51%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892342550.260.0800199.0910087.06
HexBDEAFF1A800c76457
Octal275352377321000307144127
Binary101111011110101011111111110101000001100011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAFF; }

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

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

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

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

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

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

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

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