Html Css Color HEX #BBC4D5 Spindle

📋 copy color: '#BBC4D5'

red 187 ◦ green 196 ◦ blue 213

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

Shades of Spindle #BBC4D5

Tints of Spindle #BBC4D5

RGB

 RED value IS 187 (73.44% from 255) = 31.38%

 GREEN value IS 196 (76.95% from 255) = 32.89%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 31.38%
G = 32.89%
B = 35.74%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBC4D5 (or 0xBBC4D5) is known color: Spindle. HEX triplet: BB, C4 and D5. RGB value is (187,196,213). Sum of RGB (Red+Green+Blue) = 187+196+213=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D5 is #443B2A. Grayscale: #C3C3C3. Windows color (decimal): -4471595 or 14009531. OLE color: 14009531.

HSL color Cylindrical-coordinate representation of color #BBC4D5: hue angle of 219.23º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC4D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 196 213 -
CMYK 0.12 0.08 0 0.16
HSL 219.23º 0.24% 0.78% -
HSV(B) 219.23º 0.12% 0.84% -
XYZ 52.24 54.85 70.78 -
YUV 195.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 187 196 213 0.12 0.08 0 0.16 219.23 0.24 0.78
Hex BB C4 D5 C 8 0 10 DB 18 4E
Octal 273 304 325 14 10 0 20 333 30 116
Binary 10111011 11000100 11010101 1100 1000 0 10000 11011011 11000 1001110

Color Harmonies of #BBC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4D5

Black with #BBC4D5

Text Example


Text Example

White with #BBC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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