Html Css Color HEX #9BABEC Perano

📋 copy color: '#9BABEC'

red 155 ◦ green 171 ◦ blue 236

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

Shades of Perano #9BABEC

Tints of Perano #9BABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 27.58%
G = 30.43%
B = 41.99%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BABEC (or 0x9BABEC) is known color: Perano. HEX triplet: 9B, AB and EC. RGB value is (155,171,236). Sum of RGB (Red+Green+Blue) = 155+171+236=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABEC is #645413. Grayscale: #ADADAD. Windows color (decimal): -6575124 or 15510427. OLE color: 15510427.

HSL color Cylindrical-coordinate representation of color #9BABEC: hue angle of 228.15º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BABEC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 171 236 -
CMYK 0.34 0.28 0 0.07
HSL 228.15º 0.68% 0.77% -
HSV(B) 228.15º 0.34% 0.93% -
XYZ 43.22 42.15 85.21 -
YUV 173.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 155 171 236 0.34 0.28 0 0.07 228.15 0.68 0.77
Hex 9B AB EC 22 1C 0 7 E4 44 4D
Octal 233 253 354 42 34 0 7 344 104 115
Binary 10011011 10101011 11101100 100010 11100 0 111 11100100 1000100 1001101

Color Harmonies of #9BABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABEC

Black with #9BABEC

Text Example


Text Example

White with #9BABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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