Html Css Color HEX #B7BDE6 Perano

📋 copy color: '#B7BDE6'

red 183 ◦ green 189 ◦ blue 230

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

Shades of Perano #B7BDE6

Tints of Perano #B7BDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.4%

 BLUE value IS 230 (90.23% from 255) = 38.21%

R = 30.4%
G = 31.4%
B = 38.21%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B7BDE6 (or 0xB7BDE6) is known color: Perano. HEX triplet: B7, BD and E6. RGB value is (183,189,230). Sum of RGB (Red+Green+Blue) = 183+189+230=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDE6 is #484219. Grayscale: #BFBFBF. Windows color (decimal): -4735514 or 15121847. OLE color: 15121847.

HSL color Cylindrical-coordinate representation of color #B7BDE6: hue angle of 232.34º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7BDE6 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 189 230 -
CMYK 0.20 0.18 0 0.10
HSL 232.34º 0.48% 0.81% -
HSV(B) 232.34º 0.2% 0.9% -
XYZ 52.01 52.18 82.19 -
YUV 191.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 183 189 230 0.20 0.18 0 0.10 232.34 0.48 0.81
Hex B7 BD E6 14 12 0 A E8 30 51
Octal 267 275 346 24 22 0 12 350 60 121
Binary 10110111 10111101 11100110 10100 10010 0 1010 11101000 110000 1010001

Color Harmonies of #B7BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDE6

Black with #B7BDE6

Text Example


Text Example

White with #B7BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDE6; }

 p { color: rgb(183,189,230); }

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

background-color css

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

 a { background-color: rgb(183,189,230); }

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

border-color css

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

 span { border-color: rgb(183,189,230); }

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