Html Css Color HEX #9BAEB2 Botticelli

📋 copy color: '#9BAEB2'

red 155 ◦ green 174 ◦ blue 178

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

Shades of Botticelli #9BAEB2

Tints of Botticelli #9BAEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 30.57%
G = 34.32%
B = 35.11%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9BAEB2 (or 0x9BAEB2) is known color: Botticelli. HEX triplet: 9B, AE and B2. RGB value is (155,174,178). Sum of RGB (Red+Green+Blue) = 155+174+178=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #9BAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEB2 is #64514D. Grayscale: #A8A8A8. Windows color (decimal): -6574414 or 11710107. OLE color: 11710107.

HSL color Cylindrical-coordinate representation of color #9BAEB2: hue angle of 190.43º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BAEB2 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 174 178 -
CMYK 0.13 0.02 0 0.30
HSL 190.43º 0.13% 0.65% -
HSV(B) 190.43º 0.13% 0.7% -
XYZ 36.69 40.46 47.99 -
YUV 168.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 155 174 178 0.13 0.02 0 0.30 190.43 0.13 0.65
Hex 9B AE B2 D 2 0 1E BE D 41
Octal 233 256 262 15 2 0 36 276 15 101
Binary 10011011 10101110 10110010 1101 10 0 11110 10111110 1101 1000001

Color Harmonies of #9BAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEB2

Black with #9BAEB2

Text Example


Text Example

White with #9BAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,178); }

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

background-color css

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

 a { background-color: rgb(155,174,178); }

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

border-color css

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

 span { border-color: rgb(155,174,178); }

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