#BBDFF5

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

Shades of Onahau #BBDFF5

Tints of Onahau #BBDFF5

Color information

#BBDFF5 (or 0xBBDFF5) is unknown color: approx Onahau. HEX triplet: BB, DF and F5. RGB value is (187,223,245). Sum of RGB (Red+Green+Blue) = 187+223+245=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF5 is #44200A. Grayscale: #D6D6D6. Windows color (decimal): -4464651 or 16113595. OLE color: 16113595.

HSL color Cylindrical-coordinate representation of color #BBDFF5: hue angle of 202.76º degrees, saturation: 0.74, 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 #BBDFF5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187223245-
CMYK0.240.0900.04
HSL202.76º74.36%84.71%-
HSV(B)202.76º23.67%96.08%-
XYZ63.3669.9396.54-
YUV214.74145.07108.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=28.55%
G=34.05%
B=37.40%

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
Decimal1872232450.240.0900.04202.7674.3684.71
HexBBDFF518904cb4a55
Octal273337365301104313112125
Binary10111011110111111111010111000100101001100101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFF5; }

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

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

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

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

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

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

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

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