#B1DCFC

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

Shades of Pale Cornflower Blue #B1DCFC

Tints of Pale Cornflower Blue #B1DCFC

Color information

#B1DCFC (or 0xB1DCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DC and FC. RGB value is (177,220,252). Sum of RGB (Red+Green+Blue) = 177+220+252=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCFC is #4E2303. Grayscale: #D2D2D2. Windows color (decimal): -5120772 or 16571569. OLE color: 16571569.

HSL color Cylindrical-coordinate representation of color #B1DCFC: hue angle of 205.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DCFC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177220252-
CMYK0.300.1300.01
HSL205.6º92.59%84.12%-
HSV(B)205.6º29.76%98.82%-
XYZ61.367.56101.91-
YUV210.79151.25103.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.27%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=27.27%
G=33.90%
B=38.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772202520.300.1300.01205.692.5984.12
HexB1DCFC1ED01ce5d54
Octal261334374361501316135124
Binary101100011101110011111100111101101011100111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCFC; }

 p { color: rgb(177,220,252); }

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

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

 a { background-color: rgb(177,220,252); }

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

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

 span { border-color: rgb(177,220,252); }

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