#B1DCFA

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

Shades of Pale Cornflower Blue #B1DCFA

Tints of Pale Cornflower Blue #B1DCFA

Color information

#B1DCFA (or 0xB1DCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, DC and FA. RGB value is (177,220,250). Sum of RGB (Red+Green+Blue) = 177+220+250=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCFA is #4E2305. Grayscale: #D2D2D2. Windows color (decimal): -5120774 or 16440497. OLE color: 16440497.

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

Color convert

RGB177220250-
CMYK0.290.1200.02
HSL204.66º87.95%83.73%-
HSV(B)204.66º29.2%98.04%-
XYZ60.9867.44100.24-
YUV210.56150.25104.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.36%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=27.36%
G=34.00%
B=38.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772202500.290.1200.02204.6687.9583.73
HexB1DCFA1DC02cd5854
Octal261334372351402315130124
Binary1011000111011100111110101110111000101100110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DCFA; }

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

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

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

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

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

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

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

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