Html Css Color HEX #BCCDD4 Spindle

📋 copy color: '#BCCDD4'

red 188 ◦ green 205 ◦ blue 212

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

Shades of Spindle #BCCDD4

Tints of Spindle #BCCDD4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.88%

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

R = 31.07%
G = 33.88%
B = 35.04%

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

#BCCDD4 (or 0xBCCDD4) is known color: Spindle. HEX triplet: BC, CD and D4. RGB value is (188,205,212). Sum of RGB (Red+Green+Blue) = 188+205+212=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD4 is #43322B. Grayscale: #C8C8C8. Windows color (decimal): -4403756 or 13946300. OLE color: 13946300.

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

Color convert

RGB 188 205 212 -
CMYK 0.11 0.03 0 0.17
HSL 197.5º 0.22% 0.78% -
HSV(B) 197.5º 0.11% 0.83% -
XYZ 54.45 59.11 70.83 -
YUV 200.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 188 205 212 0.11 0.03 0 0.17 197.5 0.22 0.78
Hex BC CD D4 B 3 0 11 C6 16 4E
Octal 274 315 324 13 3 0 21 306 26 116
Binary 10111100 11001101 11010100 1011 11 0 10001 11000110 10110 1001110

Color Harmonies of #BCCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDD4

Black with #BCCDD4

Text Example


Text Example

White with #BCCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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