Html Css Color HEX #9698CB Blue Bell

📋 copy color: '#9698CB'

red 150 ◦ green 152 ◦ blue 203

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

Shades of Blue Bell #9698CB

Tints of Blue Bell #9698CB

RGB

 RED value IS 150 (58.98% from 255) = 29.7%

 GREEN value IS 152 (59.77% from 255) = 30.1%

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

R = 29.7%
G = 30.1%
B = 40.2%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9698CB (or 0x9698CB) is known color: Blue Bell. HEX triplet: 96, 98 and CB. RGB value is (150,152,203). Sum of RGB (Red+Green+Blue) = 150+152+203=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9698CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698CB is #696734. Grayscale: #9D9D9D. Windows color (decimal): -6907701 or 13342870. OLE color: 13342870.

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

Color convert

RGB 150 152 203 -
CMYK 0.26 0.25 0 0.20
HSL 237.74º 0.34% 0.69% -
HSV(B) 237.74º 0.26% 0.8% -
XYZ 34.59 33.25 61.1 -
YUV 157.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 150 152 203 0.26 0.25 0 0.20 237.74 0.34 0.69
Hex 96 98 CB 1A 19 0 14 EE 22 45
Octal 226 230 313 32 31 0 24 356 42 105
Binary 10010110 10011000 11001011 11010 11001 0 10100 11101110 100010 1000101

Color Harmonies of #9698CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698CB

Black with #9698CB

Text Example


Text Example

White with #9698CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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