Html Css Color HEX #BDC2DD Periwinkle

📋 copy color: '#BDC2DD'

red 189 ◦ green 194 ◦ blue 221

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

Shades of Periwinkle #BDC2DD

Tints of Periwinkle #BDC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.12%

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

R = 31.29%
G = 32.12%
B = 36.59%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC2DD (or 0xBDC2DD) is known color: Periwinkle. HEX triplet: BD, C2 and DD. RGB value is (189,194,221). Sum of RGB (Red+Green+Blue) = 189+194+221=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DD is #423D22. Grayscale: #C3C3C3. Windows color (decimal): -4341027 or 14533309. OLE color: 14533309.

HSL color Cylindrical-coordinate representation of color #BDC2DD: hue angle of 230.62º 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 #BDC2DD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 194 221 -
CMYK 0.14 0.12 0 0.13
HSL 230.63º 0.32% 0.8% -
HSV(B) 230.63º 0.14% 0.87% -
XYZ 53.33 54.62 76.14 -
YUV 195.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 189 194 221 0.14 0.12 0 0.13 230.63 0.32 0.8
Hex BD C2 DD E C 0 D E7 20 50
Octal 275 302 335 16 14 0 15 347 40 120
Binary 10111101 11000010 11011101 1110 1100 0 1101 11100111 100000 1010000

Color Harmonies of #BDC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2DD

Black with #BDC2DD

Text Example


Text Example

White with #BDC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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