Html Css Color HEX #8FBBC4 Botticelli

📋 copy color: '#8FBBC4'

red 143 ◦ green 187 ◦ blue 196

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

Shades of Botticelli #8FBBC4

Tints of Botticelli #8FBBC4

RGB

 RED value IS 143 (56.25% from 255) = 27.19%

 GREEN value IS 187 (73.44% from 255) = 35.55%

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 27.19%
G = 35.55%
B = 37.26%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8FBBC4 (or 0x8FBBC4) is known color: Botticelli. HEX triplet: 8F, BB and C4. RGB value is (143,187,196). Sum of RGB (Red+Green+Blue) = 143+187+196=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #8FBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC4 is #70443B. Grayscale: #AEAEAE. Windows color (decimal): -7357500 or 12893071. OLE color: 12893071.

HSL color Cylindrical-coordinate representation of color #8FBBC4: hue angle of 190.19º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBBC4 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 187 196 -
CMYK 0.27 0.05 0 0.23
HSL 190.19º 0.31% 0.66% -
HSV(B) 190.19º 0.27% 0.77% -
XYZ 39.06 45.37 58.92 -
YUV 174.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 143 187 196 0.27 0.05 0 0.23 190.19 0.31 0.66
Hex 8F BB C4 1B 5 0 17 BE 1F 42
Octal 217 273 304 33 5 0 27 276 37 102
Binary 10001111 10111011 11000100 11011 101 0 10111 10111110 11111 1000010

Color Harmonies of #8FBBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBC4

Black with #8FBBC4

Text Example


Text Example

White with #8FBBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FBBC4; }

 p { color: rgb(143,187,196); }

 H1.HeaderClassName
 {
   color: #8FBBC4;
 }
 .AnyTagClassName
 {
   color: #8FBBC4;
 }
</style>

background-color css

<style>
 a { background-color: #8FBBC4; }

 a { background-color: rgb(143,187,196); }

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

border-color css

<style>
 span { border-color: #8FBBC4; }

 span { border-color: rgb(143,187,196); }

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