#B0CDEF

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

Shades of Pale Cornflower Blue #B0CDEF

Tints of Pale Cornflower Blue #B0CDEF

Color information

#B0CDEF (or 0xB0CDEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CD and EF. RGB value is (176,205,239). Sum of RGB (Red+Green+Blue) = 176+205+239=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CDEF is #4F3210. Grayscale: #C8C8C8. Windows color (decimal): -5190161 or 15715760. OLE color: 15715760.

HSL color Cylindrical-coordinate representation of color #B0CDEF: hue angle of 212.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CDEF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176205239-
CMYK0.260.1400.06
HSL212.38º66.32%81.37%-
HSV(B)212.38º26.36%93.73%-
XYZ55.3259.1290.16-
YUV200.2149.89110.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=28.39%
G=33.06%
B=38.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762052390.260.1400.06212.3866.3281.37
HexB0CDEF1AE06d44251
Octal260315357321606324102121
Binary10110000110011011110111111010111001101101010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDEF; }

 p { color: rgb(176,205,239); }

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

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

 a { background-color: rgb(176,205,239); }

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

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

 span { border-color: rgb(176,205,239); }

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