Html Css Color HEX #BBCFDC Spindle

📋 copy color: '#BBCFDC'

red 187 ◦ green 207 ◦ blue 220

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

Shades of Spindle #BBCFDC

Tints of Spindle #BBCFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 30.46%
G = 33.71%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBCFDC (or 0xBBCFDC) is known color: Spindle. HEX triplet: BB, CF and DC. RGB value is (187,207,220). Sum of RGB (Red+Green+Blue) = 187+207+220=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDC is #443023. Grayscale: #CACACA. Windows color (decimal): -4468772 or 14471099. OLE color: 14471099.

HSL color Cylindrical-coordinate representation of color #BBCFDC: hue angle of 203.64º degrees, saturation: 0.32, 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 #BBCFDC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 207 220 -
CMYK 0.15 0.06 0 0.14
HSL 203.64º 0.32% 0.8% -
HSV(B) 203.64º 0.15% 0.86% -
XYZ 55.72 60.36 76.42 -
YUV 202.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 187 207 220 0.15 0.06 0 0.14 203.64 0.32 0.8
Hex BB CF DC F 6 0 E CC 20 50
Octal 273 317 334 17 6 0 16 314 40 120
Binary 10111011 11001111 11011100 1111 110 0 1110 11001100 100000 1010000

Color Harmonies of #BBCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFDC

Black with #BBCFDC

Text Example


Text Example

White with #BBCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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