Html Css Color HEX #BCCBDE Spindle

📋 copy color: '#BCCBDE'

red 188 ◦ green 203 ◦ blue 222

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

Shades of Spindle #BCCBDE

Tints of Spindle #BCCBDE

RGB

 RED value IS 188 (73.83% from 255) = 30.67%

 GREEN value IS 203 (79.69% from 255) = 33.12%

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 30.67%
G = 33.12%
B = 36.22%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCCBDE (or 0xBCCBDE) is known color: Spindle. HEX triplet: BC, CB and DE. RGB value is (188,203,222). Sum of RGB (Red+Green+Blue) = 188+203+222=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBDE is #433421. Grayscale: #C8C8C8. Windows color (decimal): -4404258 or 14601148. OLE color: 14601148.

HSL color Cylindrical-coordinate representation of color #BCCBDE: hue angle of 213.53º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCBDE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 203 222 -
CMYK 0.15 0.09 0 0.13
HSL 213.53º 0.34% 0.8% -
HSV(B) 213.53º 0.15% 0.87% -
XYZ 55.28 58.68 77.52 -
YUV 200.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 188 203 222 0.15 0.09 0 0.13 213.53 0.34 0.8
Hex BC CB DE F 9 0 D D6 22 50
Octal 274 313 336 17 11 0 15 326 42 120
Binary 10111100 11001011 11011110 1111 1001 0 1101 11010110 100010 1010000

Color Harmonies of #BCCBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCBDE

Black with #BCCBDE

Text Example


Text Example

White with #BCCBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCBDE; }

 p { color: rgb(188,203,222); }

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

background-color css

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

 a { background-color: rgb(188,203,222); }

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

border-color css

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

 span { border-color: rgb(188,203,222); }

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