#B1CBFF

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

Shades of Pale Cornflower Blue #B1CBFF

Tints of Pale Cornflower Blue #B1CBFF

Color information

#B1CBFF (or 0xB1CBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CB and FF. RGB value is (177,203,255). Sum of RGB (Red+Green+Blue) = 177+203+255=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBFF is #4E3400. Grayscale: #C8C8C8. Windows color (decimal): -5125121 or 16763825. OLE color: 16763825.

HSL color Cylindrical-coordinate representation of color #B1CBFF: hue angle of 220º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CBFF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177203255-
CMYK0.310.2000
HSL220º100%84.71%-
HSV(B)220º30.59%100%-
XYZ57.5459.28103.02-
YUV201.15158.39110.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 255 (100% from 255) = 40.16%
R=27.87%
G=31.97%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772032550.310.200022010084.71
HexB1CBFF1F1400dc6455
Octal261313377372400334144125
Binary1011000111001011111111111111110100001101110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBFF; }

 p { color: rgb(177,203,255); }

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

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

 a { background-color: rgb(177,203,255); }

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

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

 span { border-color: rgb(177,203,255); }

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