Html Css Color HEX #B7BBDF Perano

📋 copy color: '#B7BBDF'

red 183 ◦ green 187 ◦ blue 223

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

Shades of Perano #B7BBDF

Tints of Perano #B7BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.53%

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 30.86%
G = 31.53%
B = 37.61%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7BBDF (or 0xB7BBDF) is known color: Perano. HEX triplet: B7, BB and DF. RGB value is (183,187,223). Sum of RGB (Red+Green+Blue) = 183+187+223=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBDF is #484420. Grayscale: #BDBDBD. Windows color (decimal): -4736033 or 14662583. OLE color: 14662583.

HSL color Cylindrical-coordinate representation of color #B7BBDF: hue angle of 234º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BBDF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 187 223 -
CMYK 0.18 0.16 0 0.13
HSL 234º 0.38% 0.8% -
HSV(B) 234º 0.18% 0.87% -
XYZ 50.62 50.94 76.98 -
YUV 189.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 183 187 223 0.18 0.16 0 0.13 234 0.38 0.8
Hex B7 BB DF 12 10 0 D EA 26 50
Octal 267 273 337 22 20 0 15 352 46 120
Binary 10110111 10111011 11011111 10010 10000 0 1101 11101010 100110 1010000

Color Harmonies of #B7BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBDF

Black with #B7BBDF

Text Example


Text Example

White with #B7BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBDF; }

 p { color: rgb(183,187,223); }

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

background-color css

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

 a { background-color: rgb(183,187,223); }

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

border-color css

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

 span { border-color: rgb(183,187,223); }

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