Html Css Color HEX #969ACB Blue Bell

📋 copy color: '#969ACB'

red 150 ◦ green 154 ◦ blue 203

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

Shades of Blue Bell #969ACB

Tints of Blue Bell #969ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

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

R = 29.59%
G = 30.37%
B = 40.04%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#969ACB (or 0x969ACB) is known color: Blue Bell. HEX triplet: 96, 9A and CB. RGB value is (150,154,203). Sum of RGB (Red+Green+Blue) = 150+154+203=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #969ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ACB is #696534. Grayscale: #9E9E9E. Windows color (decimal): -6907189 or 13343382. OLE color: 13343382.

HSL color Cylindrical-coordinate representation of color #969ACB: hue angle of 235.47º 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 #969ACB is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 154 203 -
CMYK 0.26 0.24 0 0.20
HSL 235.47º 0.34% 0.69% -
HSV(B) 235.47º 0.26% 0.8% -
XYZ 34.91 33.91 61.2 -
YUV 158.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 150 154 203 0.26 0.24 0 0.20 235.47 0.34 0.69
Hex 96 9A CB 1A 18 0 14 EB 22 45
Octal 226 232 313 32 30 0 24 353 42 105
Binary 10010110 10011010 11001011 11010 11000 0 10100 11101011 100010 1000101

Color Harmonies of #969ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969ACB

Black with #969ACB

Text Example


Text Example

White with #969ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969ACB; }

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

 H1.HeaderClassName
 {
   color: #969ACB;
 }
 .AnyTagClassName
 {
   color: #969ACB;
 }
</style>

background-color css

<style>
 a { background-color: #969ACB; }

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

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

border-color css

<style>
 span { border-color: #969ACB; }

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

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