#BDEAF7

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

Shades of Onahau #BDEAF7

Tints of Onahau #BDEAF7

Color information

#BDEAF7 (or 0xBDEAF7) is unknown color: approx Onahau. HEX triplet: BD, EA and F7. RGB value is (189,234,247). Sum of RGB (Red+Green+Blue) = 189+234+247=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF7 is #421508. Grayscale: #DDDDDD. Windows color (decimal): -4330761 or 16247485. OLE color: 16247485.

HSL color Cylindrical-coordinate representation of color #BDEAF7: hue angle of 193.45º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDEAF7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189234247-
CMYK0.230.0500.03
HSL193.45º78.38%85.49%-
HSV(B)193.45º23.48%96.86%-
XYZ67.276.3899.2-
YUV222.03142.09104.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 247 (96.88% from 255) = 36.87%
R=28.21%
G=34.93%
B=36.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892342470.230.0500.03193.4578.3885.49
HexBDEAF717503c14e55
Octal27535236727503301116125
Binary101111011110101011110111101111010111100000110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAF7; }

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

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

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

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

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

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

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

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