Html Css Color HEX #90BEC2 Botticelli

📋 copy color: '#90BEC2'

red 144 ◦ green 190 ◦ blue 194

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

Shades of Botticelli #90BEC2

Tints of Botticelli #90BEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.98%

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 27.27%
G = 35.98%
B = 36.74%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90BEC2 (or 0x90BEC2) is known color: Botticelli. HEX triplet: 90, BE and C2. RGB value is (144,190,194). Sum of RGB (Red+Green+Blue) = 144+190+194=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #90BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEC2 is #6F413D. Grayscale: #B0B0B0. Windows color (decimal): -7291198 or 12762768. OLE color: 12762768.

HSL color Cylindrical-coordinate representation of color #90BEC2: hue angle of 184.8º degrees, saturation: 0.29, 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 #90BEC2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 190 194 -
CMYK 0.26 0.02 0 0.24
HSL 184.8º 0.29% 0.66% -
HSV(B) 184.8º 0.26% 0.76% -
XYZ 39.65 46.65 57.95 -
YUV 176.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 144 190 194 0.26 0.02 0 0.24 184.8 0.29 0.66
Hex 90 BE C2 1A 2 0 18 B9 1D 42
Octal 220 276 302 32 2 0 30 271 35 102
Binary 10010000 10111110 11000010 11010 10 0 11000 10111001 11101 1000010

Color Harmonies of #90BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BEC2

Black with #90BEC2

Text Example


Text Example

White with #90BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,190,194); }

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

background-color css

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

 a { background-color: rgb(144,190,194); }

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

border-color css

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

 span { border-color: rgb(144,190,194); }

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