#b5c1ff

Color #B5C1FF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B5C1FF

Tints of Perano #B5C1FF

Color information

#B5C1FF (or 0xB5C1FF) is unknown color: approx Perano. HEX triplet: B5, C1 and FF. RGB value is (181,193,255). Sum of RGB (Red+Green+Blue) = 181+193+255=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5C1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C1FF is #4A3E00. Grayscale: #C4C4C4. Windows color (decimal): -4865537 or 16761269. OLE color: 16761269.

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

Color convert

RGB181193255-
CMYK0.290.2400
HSL230.27º100%85.49%-
HSV(B)230.27º29.02%100%-
XYZ56.1855.18102.3-
YUV196.48161.02116.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.78%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 255 (100% from 255) = 40.54%
R=28.78%
G=30.68%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811932550.290.2400230.2710085.49
HexB5C1FF1D1800e66455
Octal265301377353000346144125
Binary1011010111000001111111111110111000001110011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5c1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5c1ff; }

 p { color: rgb(181,193,255); }

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

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

 a { background-color: rgb(181,193,255); }

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

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

 span { border-color: rgb(181,193,255); }

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