#B0CCFA

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

Shades of Pale Cornflower Blue #B0CCFA

Tints of Pale Cornflower Blue #B0CCFA

Color information

#B0CCFA (or 0xB0CCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CC and FA. RGB value is (176,204,250). Sum of RGB (Red+Green+Blue) = 176+204+250=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CCFA is #4F3305. Grayscale: #C8C8C8. Windows color (decimal): -5190406 or 16436400. OLE color: 16436400.

HSL color Cylindrical-coordinate representation of color #B0CCFA: hue angle of 217.3º 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 #B0CCFA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176204250-
CMYK0.300.1800.02
HSL217.3º88.1%83.53%-
HSV(B)217.3º29.6%98.04%-
XYZ56.7559.3298.9-
YUV200.87155.72110.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.94%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=27.94%
G=32.38%
B=39.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762042500.300.1800.02217.388.183.53
HexB0CCFA1E1202d95854
Octal260314372362202331130124
Binary10110000110011001111101011110100100101101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCFA; }

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

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

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

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

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

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

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

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