#B0CFED

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

Shades of Pale Cornflower Blue #B0CFED

Tints of Pale Cornflower Blue #B0CFED

Color information

#B0CFED (or 0xB0CFED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CF and ED. RGB value is (176,207,237). Sum of RGB (Red+Green+Blue) = 176+207+237=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFED is #4F3012. Grayscale: #C9C9C9. Windows color (decimal): -5189651 or 15585200. OLE color: 15585200.

HSL color Cylindrical-coordinate representation of color #B0CFED: hue angle of 209.51º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CFED is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176207237-
CMYK0.260.1300.07
HSL209.51º62.89%80.98%-
HSV(B)209.51º25.74%92.94%-
XYZ55.559.9788.77-
YUV201.15148.23110.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=28.39%
G=33.39%
B=38.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762072370.260.1300.07209.5162.8980.98
HexB0CFED1AD07d23f51
Octal26031735532150732277121
Binary1011000011001111111011011101011010111110100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFED; }

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

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

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

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

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

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

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

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