Html Css Color HEX #BCCCD3 Spindle

📋 copy color: '#BCCCD3'

red 188 ◦ green 204 ◦ blue 211

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

Shades of Spindle #BCCCD3

Tints of Spindle #BCCCD3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.83%

 BLUE value IS 211 (82.81% from 255) = 34.99%

R = 31.18%
G = 33.83%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCCCD3 (or 0xBCCCD3) is known color: Spindle. HEX triplet: BC, CC and D3. RGB value is (188,204,211). Sum of RGB (Red+Green+Blue) = 188+204+211=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD3 is #43332C. Grayscale: #C7C7C7. Windows color (decimal): -4404013 or 13880508. OLE color: 13880508.

HSL color Cylindrical-coordinate representation of color #BCCCD3: hue angle of 198.26º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCCD3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 204 211 -
CMYK 0.11 0.03 0 0.17
HSL 198.26º 0.21% 0.78% -
HSV(B) 198.26º 0.11% 0.83% -
XYZ 54.09 58.58 70.08 -
YUV 200.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 188 204 211 0.11 0.03 0 0.17 198.26 0.21 0.78
Hex BC CC D3 B 3 0 11 C6 15 4E
Octal 274 314 323 13 3 0 21 306 25 116
Binary 10111100 11001100 11010011 1011 11 0 10001 11000110 10101 1001110

Color Harmonies of #BCCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCD3

Black with #BCCCD3

Text Example


Text Example

White with #BCCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCD3; }

 p { color: rgb(188,204,211); }

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

background-color css

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

 a { background-color: rgb(188,204,211); }

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

border-color css

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

 span { border-color: rgb(188,204,211); }

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