#B0CEFA

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

Shades of Pale Cornflower Blue #B0CEFA

Tints of Pale Cornflower Blue #B0CEFA

Color information

#B0CEFA (or 0xB0CEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and FA. RGB value is (176,206,250). Sum of RGB (Red+Green+Blue) = 176+206+250=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEFA is #4F3105. Grayscale: #C9C9C9. Windows color (decimal): -5189894 or 16436912. OLE color: 16436912.

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

Color convert

RGB176206250-
CMYK0.300.1800.02
HSL215.68º88.1%83.53%-
HSV(B)215.68º29.6%98.04%-
XYZ57.2360.2799.06-
YUV202.05155.06109.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.85%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=27.85%
G=32.59%
B=39.56%

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
Decimal1762062500.300.1800.02215.6888.183.53
HexB0CEFA1E1202d85854
Octal260316372362202330130124
Binary10110000110011101111101011110100100101101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEFA; }

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

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

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

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

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

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

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

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