#BBDFF0

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

Shades of Onahau #BBDFF0

Tints of Onahau #BBDFF0

Color information

#BBDFF0 (or 0xBBDFF0) is unknown color: approx Onahau. HEX triplet: BB, DF and F0. RGB value is (187,223,240). Sum of RGB (Red+Green+Blue) = 187+223+240=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF0 is #44200F. Grayscale: #D6D6D6. Windows color (decimal): -4464656 or 15785915. OLE color: 15785915.

HSL color Cylindrical-coordinate representation of color #BBDFF0: hue angle of 199.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDFF0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187223240-
CMYK0.220.0700.06
HSL199.25º63.86%83.73%-
HSV(B)199.25º22.08%94.12%-
XYZ62.6169.6392.58-
YUV214.17142.57108.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=28.77%
G=34.31%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872232400.220.0700.06199.2563.8683.73
HexBBDFF016706c74054
Octal27333736026706307100124
Binary1011101111011111111100001011011101101100011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF0; }

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

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

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

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

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

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

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

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