Html Css Color HEX #B6BDD8 Perano

📋 copy color: '#B6BDD8'

red 182 ◦ green 189 ◦ blue 216

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

Shades of Perano #B6BDD8

Tints of Perano #B6BDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 31.01%
G = 32.2%
B = 36.8%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B6BDD8 (or 0xB6BDD8) is known color: Perano. HEX triplet: B6, BD and D8. RGB value is (182,189,216). Sum of RGB (Red+Green+Blue) = 182+189+216=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6BDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDD8 is #494227. Grayscale: #BDBDBD. Windows color (decimal): -4801064 or 14204342. OLE color: 14204342.

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

Color convert

RGB 182 189 216 -
CMYK 0.16 0.12 0 0.15
HSL 227.65º 0.3% 0.78% -
HSV(B) 227.65º 0.16% 0.85% -
XYZ 49.88 51.3 72.24 -
YUV 189.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 182 189 216 0.16 0.12 0 0.15 227.65 0.3 0.78
Hex B6 BD D8 10 C 0 F E4 1E 4E
Octal 266 275 330 20 14 0 17 344 36 116
Binary 10110110 10111101 11011000 10000 1100 0 1111 11100100 11110 1001110

Color Harmonies of #B6BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDD8

Black with #B6BDD8

Text Example


Text Example

White with #B6BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDD8; }

 p { color: rgb(182,189,216); }

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

background-color css

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

 a { background-color: rgb(182,189,216); }

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

border-color css

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

 span { border-color: rgb(182,189,216); }

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