#BBDAF1

Color #BBDAF1 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BBDAF1

Tints of Pale Cornflower Blue #BBDAF1

Color information

#BBDAF1 (or 0xBBDAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: BB, DA and F1. RGB value is (187,218,241). Sum of RGB (Red+Green+Blue) = 187+218+241=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAF1 is #44250E. Grayscale: #D3D3D3. Windows color (decimal): -4465935 or 15850171. OLE color: 15850171.

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

Color convert

RGB187218241-
CMYK0.220.1000.05
HSL205.56º65.85%83.92%-
HSV(B)205.56º22.41%94.51%-
XYZ61.4467.0692.92-
YUV211.35144.73110.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=28.95%
G=33.75%
B=37.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872182410.220.1000.05205.5665.8583.92
HexBBDAF116A05ce4254
Octal273332361261205316102124
Binary10111011110110101111000110110101001011100111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAF1; }

 p { color: rgb(187,218,241); }

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

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

 a { background-color: rgb(187,218,241); }

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

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

 span { border-color: rgb(187,218,241); }

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