#B6C5FE

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

Shades of Perano #B6C5FE

Tints of Perano #B6C5FE

Color information

#B6C5FE (or 0xB6C5FE) is unknown color: approx Perano. HEX triplet: B6, C5 and FE. RGB value is (182,197,254). Sum of RGB (Red+Green+Blue) = 182+197+254=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C5FE is #493A01. Grayscale: #C6C6C6. Windows color (decimal): -4798978 or 16696758. OLE color: 16696758.

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

Color convert

RGB182197254-
CMYK0.280.2200.00
HSL227.5º97.3%85.49%-
HSV(B)227.5º28.35%99.61%-
XYZ57.1557.03101.76-
YUV199.01159.03115.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=28.75%
G=31.12%
B=40.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821972540.280.2200.00227.597.385.49
HexB6C5FE1C1600e46155
Octal266305376342600344141125
Binary1011011011000101111111101110010110001110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C5FE; }

 p { color: rgb(182,197,254); }

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

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

 a { background-color: rgb(182,197,254); }

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

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

 span { border-color: rgb(182,197,254); }

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