#BDE7F3

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

Shades of Onahau #BDE7F3

Tints of Onahau #BDE7F3

Color information

#BDE7F3 (or 0xBDE7F3) is unknown color: approx Onahau. HEX triplet: BD, E7 and F3. RGB value is (189,231,243). Sum of RGB (Red+Green+Blue) = 189+231+243=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDE7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7F3 is #42180C. Grayscale: #DBDBDB. Windows color (decimal): -4331533 or 15984573. OLE color: 15984573.

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

Color convert

RGB189231243-
CMYK0.220.0500.05
HSL193.33º69.23%84.71%-
HSV(B)193.33º22.22%95.29%-
XYZ65.7474.4495.7-
YUV219.81141.09106.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 243 (95.31% from 255) = 36.65%
R=28.51%
G=34.84%
B=36.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892312430.220.0500.05193.3369.2384.71
HexBDE7F316505c14555
Octal27534736326505301105125
Binary1011110111100111111100111011010101011100000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7F3; }

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

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

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

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

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

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

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

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