Html Css Color HEX #90BDC3 Botticelli

📋 copy color: '#90BDC3'

red 144 ◦ green 189 ◦ blue 195

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

Shades of Botticelli #90BDC3

Tints of Botticelli #90BDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 27.27%
G = 35.8%
B = 36.93%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90BDC3 (or 0x90BDC3) is known color: Botticelli. HEX triplet: 90, BD and C3. RGB value is (144,189,195). Sum of RGB (Red+Green+Blue) = 144+189+195=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #90BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDC3 is #6F423C. Grayscale: #B0B0B0. Windows color (decimal): -7291453 or 12828048. OLE color: 12828048.

HSL color Cylindrical-coordinate representation of color #90BDC3: hue angle of 187.06º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90BDC3 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 189 195 -
CMYK 0.26 0.03 0 0.24
HSL 187.06º 0.3% 0.66% -
HSV(B) 187.06º 0.26% 0.76% -
XYZ 39.55 46.26 58.48 -
YUV 176.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 144 189 195 0.26 0.03 0 0.24 187.06 0.3 0.66
Hex 90 BD C3 1A 3 0 18 BB 1E 42
Octal 220 275 303 32 3 0 30 273 36 102
Binary 10010000 10111101 11000011 11010 11 0 11000 10111011 11110 1000010

Color Harmonies of #90BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BDC3

Black with #90BDC3

Text Example


Text Example

White with #90BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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