Html Css Color HEX #BBCFDB Spindle

📋 copy color: '#BBCFDB'

red 187 ◦ green 207 ◦ blue 219

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

Shades of Spindle #BBCFDB

Tints of Spindle #BBCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.77%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 30.51%
G = 33.77%
B = 35.73%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBCFDB (or 0xBBCFDB) is known color: Spindle. HEX triplet: BB, CF and DB. RGB value is (187,207,219). Sum of RGB (Red+Green+Blue) = 187+207+219=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDB is #443024. Grayscale: #CACACA. Windows color (decimal): -4468773 or 14405563. OLE color: 14405563.

HSL color Cylindrical-coordinate representation of color #BBCFDB: hue angle of 202.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCFDB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 207 219 -
CMYK 0.15 0.05 0 0.14
HSL 202.5º 0.31% 0.8% -
HSV(B) 202.5º 0.15% 0.86% -
XYZ 55.59 60.3 75.73 -
YUV 202.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 187 207 219 0.15 0.05 0 0.14 202.5 0.31 0.8
Hex BB CF DB F 5 0 E CA 1F 50
Octal 273 317 333 17 5 0 16 312 37 120
Binary 10111011 11001111 11011011 1111 101 0 1110 11001010 11111 1010000

Color Harmonies of #BBCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFDB

Black with #BBCFDB

Text Example


Text Example

White with #BBCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFDB; }

 p { color: rgb(187,207,219); }

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

background-color css

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

 a { background-color: rgb(187,207,219); }

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

border-color css

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

 span { border-color: rgb(187,207,219); }

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