Html Css Color HEX #B6BDDE Perano

📋 copy color: '#B6BDDE'

red 182 ◦ green 189 ◦ blue 222

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

Shades of Perano #B6BDDE

Tints of Perano #B6BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 30.69%
G = 31.87%
B = 37.44%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6BDDE (or 0xB6BDDE) is known color: Perano. HEX triplet: B6, BD and DE. RGB value is (182,189,222). Sum of RGB (Red+Green+Blue) = 182+189+222=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDDE is #494221. Grayscale: #BEBEBE. Windows color (decimal): -4801058 or 14597558. OLE color: 14597558.

HSL color Cylindrical-coordinate representation of color #B6BDDE: hue angle of 229.5º degrees, saturation: 0.38, 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 #B6BDDE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 189 222 -
CMYK 0.18 0.15 0 0.13
HSL 229.5º 0.38% 0.79% -
HSV(B) 229.5º 0.18% 0.87% -
XYZ 50.67 51.61 76.4 -
YUV 190.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 182 189 222 0.18 0.15 0 0.13 229.5 0.38 0.79
Hex B6 BD DE 12 F 0 D E6 26 4F
Octal 266 275 336 22 17 0 15 346 46 117
Binary 10110110 10111101 11011110 10010 1111 0 1101 11100110 100110 1001111

Color Harmonies of #B6BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BDDE

Black with #B6BDDE

Text Example


Text Example

White with #B6BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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