#B1CDFC

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

Shades of Pale Cornflower Blue #B1CDFC

Tints of Pale Cornflower Blue #B1CDFC

Color information

#B1CDFC (or 0xB1CDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CD and FC. RGB value is (177,205,252). Sum of RGB (Red+Green+Blue) = 177+205+252=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDFC is #4E3203. Grayscale: #C9C9C9. Windows color (decimal): -5124612 or 16567729. OLE color: 16567729.

HSL color Cylindrical-coordinate representation of color #B1CDFC: hue angle of 217.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 #B1CDFC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177205252-
CMYK0.300.1900.01
HSL217.6º92.59%84.12%-
HSV(B)217.6º29.76%98.82%-
XYZ57.5360.04100.65-
YUV201.99156.22110.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=27.92%
G=32.33%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772052520.300.1900.01217.692.5984.12
HexB1CDFC1E1301da5d54
Octal261315374362301332135124
Binary1011000111001101111111001111010011011101101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDFC; }

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

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

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

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

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

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

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

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