Html Css Color HEX #B6B9EA Perano

📋 copy color: '#B6B9EA'

red 182 ◦ green 185 ◦ blue 234

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

Shades of Perano #B6B9EA

Tints of Perano #B6B9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.78%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 30.28%
G = 30.78%
B = 38.94%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6B9EA (or 0xB6B9EA) is known color: Perano. HEX triplet: B6, B9 and EA. RGB value is (182,185,234). Sum of RGB (Red+Green+Blue) = 182+185+234=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B9EA is #494615. Grayscale: #BDBDBD. Windows color (decimal): -4802070 or 15382966. OLE color: 15382966.

HSL color Cylindrical-coordinate representation of color #B6B9EA: hue angle of 236.54º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6B9EA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 185 234 -
CMYK 0.22 0.21 0 0.08
HSL 236.54º 0.55% 0.82% -
HSV(B) 236.54º 0.22% 0.92% -
XYZ 51.49 50.58 84.89 -
YUV 189.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 182 185 234 0.22 0.21 0 0.08 236.54 0.55 0.82
Hex B6 B9 EA 16 15 0 8 ED 37 52
Octal 266 271 352 26 25 0 10 355 67 122
Binary 10110110 10111001 11101010 10110 10101 0 1000 11101101 110111 1010010

Color Harmonies of #B6B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B9EA

Black with #B6B9EA

Text Example


Text Example

White with #B6B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B9EA; }

 p { color: rgb(182,185,234); }

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

background-color css

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

 a { background-color: rgb(182,185,234); }

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

border-color css

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

 span { border-color: rgb(182,185,234); }

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