#BBDFF6

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

Shades of Onahau #BBDFF6

Tints of Onahau #BBDFF6

Color information

#BBDFF6 (or 0xBBDFF6) is unknown color: approx Onahau. HEX triplet: BB, DF and F6. RGB value is (187,223,246). Sum of RGB (Red+Green+Blue) = 187+223+246=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF6 is #442009. Grayscale: #D6D6D6. Windows color (decimal): -4464650 or 16179131. OLE color: 16179131.

HSL color Cylindrical-coordinate representation of color #BBDFF6: hue angle of 203.39º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDFF6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187223246-
CMYK0.240.0900.04
HSL203.39º76.62%84.9%-
HSV(B)203.39º23.98%96.47%-
XYZ63.5269.9997.35-
YUV214.86145.57108.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 246 (96.48% from 255) = 37.5%
R=28.51%
G=33.99%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872232460.240.0900.04203.3976.6284.9
HexBBDFF618904cb4d55
Octal273337366301104313115125
Binary10111011110111111111011011000100101001100101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF6; }

 p { color: rgb(187,223,246); }

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

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

 a { background-color: rgb(187,223,246); }

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

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

 span { border-color: rgb(187,223,246); }

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