Html Css Color HEX #BDCDD4 Spindle

📋 copy color: '#BDCDD4'

red 189 ◦ green 205 ◦ blue 212

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

Shades of Spindle #BDCDD4

Tints of Spindle #BDCDD4

RGB

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

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

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

R = 31.19%
G = 33.83%
B = 34.98%

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

#BDCDD4 (or 0xBDCDD4) is known color: Spindle. HEX triplet: BD, CD and D4. RGB value is (189,205,212). Sum of RGB (Red+Green+Blue) = 189+205+212=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD4 is #42322B. Grayscale: #C8C8C8. Windows color (decimal): -4338220 or 13946301. OLE color: 13946301.

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

Color convert

RGB 189 205 212 -
CMYK 0.11 0.03 0 0.17
HSL 198.26º 0.21% 0.79% -
HSV(B) 198.26º 0.11% 0.83% -
XYZ 54.7 59.23 70.84 -
YUV 201.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 189 205 212 0.11 0.03 0 0.17 198.26 0.21 0.79
Hex BD CD D4 B 3 0 11 C6 15 4F
Octal 275 315 324 13 3 0 21 306 25 117
Binary 10111101 11001101 11010100 1011 11 0 10001 11000110 10101 1001111

Color Harmonies of #BDCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDD4

Black with #BDCDD4

Text Example


Text Example

White with #BDCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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