#B7C3ED

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

Shades of Perano #B7C3ED

Tints of Perano #B7C3ED

Color information

#B7C3ED (or 0xB7C3ED) is unknown color: approx Perano. HEX triplet: B7, C3 and ED. RGB value is (183,195,237). Sum of RGB (Red+Green+Blue) = 183+195+237=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7C3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C3ED is #483C12. Grayscale: #C4C4C4. Windows color (decimal): -4733971 or 15582135. OLE color: 15582135.

HSL color Cylindrical-coordinate representation of color #B7C3ED: hue angle of 226.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7C3ED is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183195237-
CMYK0.230.1800.07
HSL226.67º60%82.35%-
HSV(B)226.67º22.78%92.94%-
XYZ54.3355.2187.91-
YUV196.2151.02118.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.76%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=29.76%
G=31.71%
B=38.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831952370.230.1800.07226.676082.35
HexB7C3ED171207e33c52
Octal26730335527220734374122
Binary10110111110000111110110110111100100111111000111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3ED; }

 p { color: rgb(183,195,237); }

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

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

 a { background-color: rgb(183,195,237); }

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

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

 span { border-color: rgb(183,195,237); }

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