#B6C2FD

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

Shades of Perano #B6C2FD

Tints of Perano #B6C2FD

Color information

#B6C2FD (or 0xB6C2FD) is unknown color: approx Perano. HEX triplet: B6, C2 and FD. RGB value is (182,194,253). Sum of RGB (Red+Green+Blue) = 182+194+253=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C2FD is #493D02. Grayscale: #C4C4C4. Windows color (decimal): -4799747 or 16630454. OLE color: 16630454.

HSL color Cylindrical-coordinate representation of color #B6C2FD: hue angle of 229.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6C2FD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182194253-
CMYK0.280.2300.01
HSL229.86º94.67%85.29%-
HSV(B)229.86º28.06%99.22%-
XYZ56.3155.62100.7-
YUV197.14159.52117.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.93%
GREEN value IS 194 (76.17% from 255) = 30.84%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=28.93%
G=30.84%
B=40.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821942530.280.2300.01229.8694.6785.29
HexB6C2FD1C1701e65f55
Octal266302375342701346137125
Binary1011011011000010111111011110010111011110011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2FD; }

 p { color: rgb(182,194,253); }

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

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

 a { background-color: rgb(182,194,253); }

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

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

 span { border-color: rgb(182,194,253); }

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