Html Css Color HEX #B6BBDF Perano

📋 copy color: '#B6BBDF'

red 182 ◦ green 187 ◦ blue 223

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

Shades of Perano #B6BBDF

Tints of Perano #B6BBDF

RGB

 RED value IS 182 (71.48% from 255) = 30.74%

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

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

R = 30.74%
G = 31.59%
B = 37.67%

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

#B6BBDF (or 0xB6BBDF) is known color: Perano. HEX triplet: B6, BB and DF. RGB value is (182,187,223). Sum of RGB (Red+Green+Blue) = 182+187+223=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBDF is #494420. Grayscale: #BDBDBD. Windows color (decimal): -4801569 or 14662582. OLE color: 14662582.

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

Color convert

RGB 182 187 223 -
CMYK 0.18 0.16 0 0.13
HSL 232.68º 0.39% 0.79% -
HSV(B) 232.68º 0.18% 0.87% -
XYZ 50.38 50.81 76.96 -
YUV 189.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 182 187 223 0.18 0.16 0 0.13 232.68 0.39 0.79
Hex B6 BB DF 12 10 0 D E9 27 4F
Octal 266 273 337 22 20 0 15 351 47 117
Binary 10110110 10111011 11011111 10010 10000 0 1101 11101001 100111 1001111

Color Harmonies of #B6BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBDF

Black with #B6BBDF

Text Example


Text Example

White with #B6BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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