Html Css Color HEX #9895CB Blue Bell

📋 copy color: '#9895CB'

red 152 ◦ green 149 ◦ blue 203

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

Shades of Blue Bell #9895CB

Tints of Blue Bell #9895CB

RGB

 RED value IS 152 (59.77% from 255) = 30.16%

 GREEN value IS 149 (58.59% from 255) = 29.56%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 30.16%
G = 29.56%
B = 40.28%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9895CB (or 0x9895CB) is known color: Blue Bell. HEX triplet: 98, 95 and CB. RGB value is (152,149,203). Sum of RGB (Red+Green+Blue) = 152+149+203=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #9895CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895CB is #676A34. Grayscale: #9B9B9B. Windows color (decimal): -6777397 or 13342104. OLE color: 13342104.

HSL color Cylindrical-coordinate representation of color #9895CB: hue angle of 243.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9895CB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 149 203 -
CMYK 0.25 0.27 0 0.20
HSL 243.33º 0.34% 0.69% -
HSV(B) 243.33º 0.27% 0.8% -
XYZ 34.48 32.48 60.95 -
YUV 156.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 152 149 203 0.25 0.27 0 0.20 243.33 0.34 0.69
Hex 98 95 CB 19 1B 0 14 F3 22 45
Octal 230 225 313 31 33 0 24 363 42 105
Binary 10011000 10010101 11001011 11001 11011 0 10100 11110011 100010 1000101

Color Harmonies of #9895CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9895CB

Black with #9895CB

Text Example


Text Example

White with #9895CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9895CB; }

 p { color: rgb(152,149,203); }

 H1.HeaderClassName
 {
   color: #9895CB;
 }
 .AnyTagClassName
 {
   color: #9895CB;
 }
</style>

background-color css

<style>
 a { background-color: #9895CB; }

 a { background-color: rgb(152,149,203); }

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

border-color css

<style>
 span { border-color: #9895CB; }

 span { border-color: rgb(152,149,203); }

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