Html Css Color HEX #BDCDDC Spindle

📋 copy color: '#BDCDDC'

red 189 ◦ green 205 ◦ blue 220

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

Shades of Spindle #BDCDDC

Tints of Spindle #BDCDDC

RGB

 RED value IS 189 (74.22% from 255) = 30.78%

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

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

R = 30.78%
G = 33.39%
B = 35.83%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDCDDC (or 0xBDCDDC) is known color: Spindle. HEX triplet: BD, CD and DC. RGB value is (189,205,220). Sum of RGB (Red+Green+Blue) = 189+205+220=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 205 (80.47% from 255 or 33.39% 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 #BDCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDC is #423223. Grayscale: #C9C9C9. Windows color (decimal): -4338212 or 14470589. OLE color: 14470589.

HSL color Cylindrical-coordinate representation of color #BDCDDC: hue angle of 209.03º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCDDC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 205 220 -
CMYK 0.14 0.07 0 0.14
HSL 209.03º 0.31% 0.8% -
HSV(B) 209.03º 0.14% 0.86% -
XYZ 55.74 59.65 76.29 -
YUV 201.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 189 205 220 0.14 0.07 0 0.14 209.03 0.31 0.8
Hex BD CD DC E 7 0 E D1 1F 50
Octal 275 315 334 16 7 0 16 321 37 120
Binary 10111101 11001101 11011100 1110 111 0 1110 11010001 11111 1010000

Color Harmonies of #BDCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDDC

Black with #BDCDDC

Text Example


Text Example

White with #BDCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDDC; }

 p { color: rgb(189,205,220); }

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

background-color css

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

 a { background-color: rgb(189,205,220); }

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

border-color css

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

 span { border-color: rgb(189,205,220); }

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