#B0DBFA

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

Shades of Pale Cornflower Blue #B0DBFA

Tints of Pale Cornflower Blue #B0DBFA

Color information

#B0DBFA (or 0xB0DBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, DB and FA. RGB value is (176,219,250). Sum of RGB (Red+Green+Blue) = 176+219+250=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBFA is #4F2405. Grayscale: #D1D1D1. Windows color (decimal): -5186566 or 16440240. OLE color: 16440240.

HSL color Cylindrical-coordinate representation of color #B0DBFA: hue angle of 205.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DBFA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176219250-
CMYK0.300.1200.02
HSL205.14º88.1%83.53%-
HSV(B)205.14º29.6%98.04%-
XYZ60.4966.8100.15-
YUV209.68150.75103.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.29%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=27.29%
G=33.95%
B=38.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762192500.300.1200.02205.1488.183.53
HexB0DBFA1EC02cd5854
Octal260333372361402315130124
Binary1011000011011011111110101111011000101100110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBFA; }

 p { color: rgb(176,219,250); }

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

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

 a { background-color: rgb(176,219,250); }

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

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

 span { border-color: rgb(176,219,250); }

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