Html Css Color HEX #9BAAEB Perano

📋 copy color: '#9BAAEB'

red 155 ◦ green 170 ◦ blue 235

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

Shades of Perano #9BAAEB

Tints of Perano #9BAAEB

RGB

 RED value IS 155 (60.94% from 255) = 27.68%

 GREEN value IS 170 (66.8% from 255) = 30.36%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 27.68%
G = 30.36%
B = 41.96%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BAAEB (or 0x9BAAEB) is known color: Perano. HEX triplet: 9B, AA and EB. RGB value is (155,170,235). Sum of RGB (Red+Green+Blue) = 155+170+235=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAEB is #645514. Grayscale: #ACACAC. Windows color (decimal): -6575381 or 15444635. OLE color: 15444635.

HSL color Cylindrical-coordinate representation of color #9BAAEB: hue angle of 228.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAAEB is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 170 235 -
CMYK 0.34 0.28 0 0.08
HSL 228.75º 0.67% 0.76% -
HSV(B) 228.75º 0.34% 0.92% -
XYZ 42.89 41.72 84.39 -
YUV 172.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 155 170 235 0.34 0.28 0 0.08 228.75 0.67 0.76
Hex 9B AA EB 22 1C 0 8 E5 43 4C
Octal 233 252 353 42 34 0 10 345 103 114
Binary 10011011 10101010 11101011 100010 11100 0 1000 11100101 1000011 1001100

Color Harmonies of #9BAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAAEB

Black with #9BAAEB

Text Example


Text Example

White with #9BAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BAAEB; }

 p { color: rgb(155,170,235); }

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

background-color css

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

 a { background-color: rgb(155,170,235); }

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

border-color css

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

 span { border-color: rgb(155,170,235); }

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