Html Css Color HEX #B7BCF1 Perano

📋 copy color: '#B7BCF1'

red 183 ◦ green 188 ◦ blue 241

#B7BCF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #B7BCF1

Tints of Perano #B7BCF1

RGB

 RED value IS 183 (71.88% from 255) = 29.9%

 GREEN value IS 188 (73.83% from 255) = 30.72%

 BLUE value IS 241 (94.53% from 255) = 39.38%

R = 29.9%
G = 30.72%
B = 39.38%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7BCF1 (or 0xB7BCF1) is known color: Perano. HEX triplet: B7, BC and F1. RGB value is (183,188,241). Sum of RGB (Red+Green+Blue) = 183+188+241=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCF1 is #48430E. Grayscale: #C0C0C0. Windows color (decimal): -4735759 or 15842487. OLE color: 15842487.

HSL color Cylindrical-coordinate representation of color #B7BCF1: hue angle of 234.83º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7BCF1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 188 241 -
CMYK 0.24 0.22 0 0.05
HSL 234.83º 0.67% 0.83% -
HSV(B) 234.83º 0.24% 0.95% -
XYZ 53.39 52.38 90.52 -
YUV 192.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 183 188 241 0.24 0.22 0 0.05 234.83 0.67 0.83
Hex B7 BC F1 18 16 0 5 EB 43 53
Octal 267 274 361 30 26 0 5 353 103 123
Binary 10110111 10111100 11110001 11000 10110 0 101 11101011 1000011 1010011

Color Harmonies of #B7BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BCF1

Black with #B7BCF1

Text Example


Text Example

White with #B7BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BCF1; }

 p { color: rgb(183,188,241); }

 H1.HeaderClassName
 {
   color: #B7BCF1;
 }
 .AnyTagClassName
 {
   color: #B7BCF1;
 }
</style>

background-color css

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

 a { background-color: rgb(183,188,241); }

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

border-color css

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

 span { border-color: rgb(183,188,241); }

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