Html Css Color HEX #9699CA Blue Bell

📋 copy color: '#9699CA'

red 150 ◦ green 153 ◦ blue 202

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

Shades of Blue Bell #9699CA

Tints of Blue Bell #9699CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 29.7%
G = 30.3%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9699CA (or 0x9699CA) is known color: Blue Bell. HEX triplet: 96, 99 and CA. RGB value is (150,153,202). Sum of RGB (Red+Green+Blue) = 150+153+202=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9699CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699CA is #696635. Grayscale: #9D9D9D. Windows color (decimal): -6907446 or 13277590. OLE color: 13277590.

HSL color Cylindrical-coordinate representation of color #9699CA: hue angle of 236.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9699CA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 153 202 -
CMYK 0.26 0.24 0 0.21
HSL 236.54º 0.33% 0.69% -
HSV(B) 236.54º 0.26% 0.79% -
XYZ 34.63 33.53 60.52 -
YUV 157.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 150 153 202 0.26 0.24 0 0.21 236.54 0.33 0.69
Hex 96 99 CA 1A 18 0 15 ED 21 45
Octal 226 231 312 32 30 0 25 355 41 105
Binary 10010110 10011001 11001010 11010 11000 0 10101 11101101 100001 1000101

Color Harmonies of #9699CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699CA

Black with #9699CA

Text Example


Text Example

White with #9699CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9699CA; }

 p { color: rgb(150,153,202); }

 H1.HeaderClassName
 {
   color: #9699CA;
 }
 .AnyTagClassName
 {
   color: #9699CA;
 }
</style>

background-color css

<style>
 a { background-color: #9699CA; }

 a { background-color: rgb(150,153,202); }

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

border-color css

<style>
 span { border-color: #9699CA; }

 span { border-color: rgb(150,153,202); }

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