#B6C4FF

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

Shades of Perano #B6C4FF

Tints of Perano #B6C4FF

Color information

#B6C4FF (or 0xB6C4FF) is unknown color: approx Perano. HEX triplet: B6, C4 and FF. RGB value is (182,196,255). Sum of RGB (Red+Green+Blue) = 182+196+255=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C4FF is #493B00. Grayscale: #C6C6C6. Windows color (decimal): -4799233 or 16762038. OLE color: 16762038.

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

Color convert

RGB182196255-
CMYK0.290.2300
HSL228.49º100%85.69%-
HSV(B)228.49º28.63%100%-
XYZ57.0856.64102.53-
YUV198.54159.86116.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 255 (100% from 255) = 40.28%
R=28.75%
G=30.96%
B=40.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821962550.290.2300228.4910085.69
HexB6C4FF1D1700e46456
Octal266304377352700344144126
Binary1011011011000100111111111110110111001110010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C4FF; }

 p { color: rgb(182,196,255); }

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

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

 a { background-color: rgb(182,196,255); }

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

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

 span { border-color: rgb(182,196,255); }

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