#B5CFFE

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

Shades of Pale Cornflower Blue #B5CFFE

Tints of Pale Cornflower Blue #B5CFFE

Color information

#B5CFFE (or 0xB5CFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B5, CF and FE. RGB value is (181,207,254). Sum of RGB (Red+Green+Blue) = 181+207+254=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFFE is #4A3001. Grayscale: #CCCCCC. Windows color (decimal): -4861954 or 16699317. OLE color: 16699317.

HSL color Cylindrical-coordinate representation of color #B5CFFE: hue angle of 218.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CFFE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181207254-
CMYK0.290.1900.00
HSL218.63º97.33%85.29%-
HSV(B)218.63º28.74%99.61%-
XYZ59.2661.61102.53-
YUV204.58155.89111.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.19%
GREEN value IS 207 (81.25% from 255) = 32.24%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=28.19%
G=32.24%
B=39.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812072540.290.1900.00218.6397.3385.29
HexB5CFFE1D1300db6155
Octal265317376352300333141125
Binary1011010111001111111111101110110011001101101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFFE; }

 p { color: rgb(181,207,254); }

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

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

 a { background-color: rgb(181,207,254); }

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

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

 span { border-color: rgb(181,207,254); }

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