Html Css Color HEX #B7BDDB Perano

📋 copy color: '#B7BDDB'

red 183 ◦ green 189 ◦ blue 219

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

Shades of Perano #B7BDDB

Tints of Perano #B7BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.06%

R = 30.96%
G = 31.98%
B = 37.06%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7BDDB (or 0xB7BDDB) is known color: Perano. HEX triplet: B7, BD and DB. RGB value is (183,189,219). Sum of RGB (Red+Green+Blue) = 183+189+219=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDDB is #484224. Grayscale: #BEBEBE. Windows color (decimal): -4735525 or 14400951. OLE color: 14400951.

HSL color Cylindrical-coordinate representation of color #B7BDDB: hue angle of 230º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BDDB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 189 219 -
CMYK 0.16 0.14 0 0.14
HSL 230º 0.33% 0.79% -
HSV(B) 230º 0.16% 0.86% -
XYZ 50.51 51.58 74.31 -
YUV 190.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 183 189 219 0.16 0.14 0 0.14 230 0.33 0.79
Hex B7 BD DB 10 E 0 E E6 21 4F
Octal 267 275 333 20 16 0 16 346 41 117
Binary 10110111 10111101 11011011 10000 1110 0 1110 11100110 100001 1001111

Color Harmonies of #B7BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDDB

Black with #B7BDDB

Text Example


Text Example

White with #B7BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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