Html Css Color HEX #90BCBD Botticelli

📋 copy color: '#90BCBD'

red 144 ◦ green 188 ◦ blue 189

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

Shades of Botticelli #90BCBD

Tints of Botticelli #90BCBD

RGB

 RED value IS 144 (56.64% from 255) = 27.64%

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 27.64%
G = 36.08%
B = 36.28%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#90BCBD (or 0x90BCBD) is known color: Botticelli. HEX triplet: 90, BC and BD. RGB value is (144,188,189). Sum of RGB (Red+Green+Blue) = 144+188+189=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #90BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCBD is #6F4342. Grayscale: #AEAEAE. Windows color (decimal): -7291715 or 12434576. OLE color: 12434576.

HSL color Cylindrical-coordinate representation of color #90BCBD: hue angle of 181.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90BCBD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 189 -
CMYK 0.24 0.01 0 0.26
HSL 181.33º 0.25% 0.65% -
HSV(B) 181.33º 0.24% 0.74% -
XYZ 38.67 45.57 54.9 -
YUV 174.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 144 188 189 0.24 0.01 0 0.26 181.33 0.25 0.65
Hex 90 BC BD 18 1 0 1A B5 19 41
Octal 220 274 275 30 1 0 32 265 31 101
Binary 10010000 10111100 10111101 11000 1 0 11010 10110101 11001 1000001

Color Harmonies of #90BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCBD

Black with #90BCBD

Text Example


Text Example

White with #90BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BCBD; }

 p { color: rgb(144,188,189); }

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

background-color css

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

 a { background-color: rgb(144,188,189); }

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

border-color css

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

 span { border-color: rgb(144,188,189); }

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