Html Css Color HEX #BCCCD4 Spindle

📋 copy color: '#BCCCD4'

red 188 ◦ green 204 ◦ blue 212

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

Shades of Spindle #BCCCD4

Tints of Spindle #BCCCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.1%

R = 31.13%
G = 33.77%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCCCD4 (or 0xBCCCD4) is known color: Spindle. HEX triplet: BC, CC and D4. RGB value is (188,204,212). Sum of RGB (Red+Green+Blue) = 188+204+212=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD4 is #43332B. Grayscale: #C8C8C8. Windows color (decimal): -4404012 or 13946044. OLE color: 13946044.

HSL color Cylindrical-coordinate representation of color #BCCCD4: hue angle of 200º degrees, saturation: 0.22, 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 #BCCCD4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 204 212 -
CMYK 0.11 0.04 0 0.17
HSL 200º 0.22% 0.78% -
HSV(B) 200º 0.11% 0.83% -
XYZ 54.22 58.63 70.75 -
YUV 200.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 188 204 212 0.11 0.04 0 0.17 200 0.22 0.78
Hex BC CC D4 B 4 0 11 C8 16 4E
Octal 274 314 324 13 4 0 21 310 26 116
Binary 10111100 11001100 11010100 1011 100 0 10001 11001000 10110 1001110

Color Harmonies of #BCCCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCD4

Black with #BCCCD4

Text Example


Text Example

White with #BCCCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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