Html Css Color HEX #BDCFDD Spindle

📋 copy color: '#BDCFDD'

red 189 ◦ green 207 ◦ blue 221

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

Shades of Spindle #BDCFDD

Tints of Spindle #BDCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.55%

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 30.63%
G = 33.55%
B = 35.82%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCFDD (or 0xBDCFDD) is known color: Spindle. HEX triplet: BD, CF and DD. RGB value is (189,207,221). Sum of RGB (Red+Green+Blue) = 189+207+221=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDD is #423022. Grayscale: #CBCBCB. Windows color (decimal): -4337699 or 14536637. OLE color: 14536637.

HSL color Cylindrical-coordinate representation of color #BDCFDD: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCFDD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 207 221 -
CMYK 0.14 0.06 0 0.13
HSL 206.25º 0.32% 0.8% -
HSV(B) 206.25º 0.14% 0.87% -
XYZ 56.35 60.66 77.15 -
YUV 203.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 189 207 221 0.14 0.06 0 0.13 206.25 0.32 0.8
Hex BD CF DD E 6 0 D CE 20 50
Octal 275 317 335 16 6 0 15 316 40 120
Binary 10111101 11001111 11011101 1110 110 0 1101 11001110 100000 1010000

Color Harmonies of #BDCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFDD

Black with #BDCFDD

Text Example


Text Example

White with #BDCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFDD; }

 p { color: rgb(189,207,221); }

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

background-color css

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

 a { background-color: rgb(189,207,221); }

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

border-color css

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

 span { border-color: rgb(189,207,221); }

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