Html Css Color HEX #B3BBDA Perano

📋 copy color: '#B3BBDA'

red 179 ◦ green 187 ◦ blue 218

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

Shades of Perano #B3BBDA

Tints of Perano #B3BBDA

RGB

 RED value IS 179 (70.31% from 255) = 30.65%

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 30.65%
G = 32.02%
B = 37.33%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3BBDA (or 0xB3BBDA) is known color: Perano. HEX triplet: B3, BB and DA. RGB value is (179,187,218). Sum of RGB (Red+Green+Blue) = 179+187+218=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDA is #4C4425. Grayscale: #BCBCBC. Windows color (decimal): -4998182 or 14334899. OLE color: 14334899.

HSL color Cylindrical-coordinate representation of color #B3BBDA: hue angle of 227.69º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BBDA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 187 218 -
CMYK 0.18 0.14 0 0.15
HSL 227.69º 0.35% 0.78% -
HSV(B) 227.69º 0.18% 0.85% -
XYZ 49.02 50.19 73.43 -
YUV 188.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 179 187 218 0.18 0.14 0 0.15 227.69 0.35 0.78
Hex B3 BB DA 12 E 0 F E4 23 4E
Octal 263 273 332 22 16 0 17 344 43 116
Binary 10110011 10111011 11011010 10010 1110 0 1111 11100100 100011 1001110

Color Harmonies of #B3BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BBDA

Black with #B3BBDA

Text Example


Text Example

White with #B3BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BBDA; }

 p { color: rgb(179,187,218); }

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

background-color css

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

 a { background-color: rgb(179,187,218); }

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

border-color css

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

 span { border-color: rgb(179,187,218); }

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