Html Css Color HEX #9BABE3 Perano

📋 copy color: '#9BABE3'

red 155 ◦ green 171 ◦ blue 227

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

Shades of Perano #9BABE3

Tints of Perano #9BABE3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 227 (89.06% from 255) = 41.05%

R = 28.03%
G = 30.92%
B = 41.05%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9BABE3 (or 0x9BABE3) is known color: Perano. HEX triplet: 9B, AB and E3. RGB value is (155,171,227). Sum of RGB (Red+Green+Blue) = 155+171+227=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #9BABE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABE3 is #64541C. Grayscale: #ACACAC. Windows color (decimal): -6575133 or 14920603. OLE color: 14920603.

HSL color Cylindrical-coordinate representation of color #9BABE3: hue angle of 226.67º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BABE3 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 171 227 -
CMYK 0.32 0.25 0 0.11
HSL 226.67º 0.56% 0.75% -
HSV(B) 226.67º 0.32% 0.89% -
XYZ 41.95 41.64 78.5 -
YUV 172.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 155 171 227 0.32 0.25 0 0.11 226.67 0.56 0.75
Hex 9B AB E3 20 19 0 B E3 38 4B
Octal 233 253 343 40 31 0 13 343 70 113
Binary 10011011 10101011 11100011 100000 11001 0 1011 11100011 111000 1001011

Color Harmonies of #9BABE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABE3

Black with #9BABE3

Text Example


Text Example

White with #9BABE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,227); }

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

background-color css

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

 a { background-color: rgb(155,171,227); }

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

border-color css

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

 span { border-color: rgb(155,171,227); }

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