#BDEAF3

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

Shades of Onahau #BDEAF3

Tints of Onahau #BDEAF3

Color information

#BDEAF3 (or 0xBDEAF3) is unknown color: approx Onahau. HEX triplet: BD, EA and F3. RGB value is (189,234,243). Sum of RGB (Red+Green+Blue) = 189+234+243=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAF3 is #42150C. Grayscale: #DDDDDD. Windows color (decimal): -4330765 or 15985341. OLE color: 15985341.

HSL color Cylindrical-coordinate representation of color #BDEAF3: hue angle of 190º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEAF3 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189234243-
CMYK0.220.0400.05
HSL190º69.23%84.71%-
HSV(B)190º22.22%95.29%-
XYZ66.5976.1495.98-
YUV221.57140.09104.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=28.38%
G=35.14%
B=36.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892342430.220.0400.0519069.2384.71
HexBDEAF316405be4555
Octal27535236326405276105125
Binary1011110111101010111100111011010001011011111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAF3; }

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

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

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

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

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

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

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

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