#B0CFFA

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

Shades of Pale Cornflower Blue #B0CFFA

Tints of Pale Cornflower Blue #B0CFFA

Color information

#B0CFFA (or 0xB0CFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CF and FA. RGB value is (176,207,250). Sum of RGB (Red+Green+Blue) = 176+207+250=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFFA is #4F3005. Grayscale: #CACACA. Windows color (decimal): -5189638 or 16437168. OLE color: 16437168.

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

Color convert

RGB176207250-
CMYK0.300.1700.02
HSL214.86º88.1%83.53%-
HSV(B)214.86º29.6%98.04%-
XYZ57.4760.7699.14-
YUV202.63154.73109-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.80%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=27.80%
G=32.70%
B=39.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762072500.300.1700.02214.8688.183.53
HexB0CFFA1E1102d75854
Octal260317372362102327130124
Binary10110000110011111111101011110100010101101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFFA; }

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

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

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

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

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

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

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

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