Html Css Color HEX #BDC4DD Periwinkle

📋 copy color: '#BDC4DD'

red 189 ◦ green 196 ◦ blue 221

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

Shades of Periwinkle #BDC4DD

Tints of Periwinkle #BDC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

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

R = 31.19%
G = 32.34%
B = 36.47%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC4DD (or 0xBDC4DD) is known color: Periwinkle. HEX triplet: BD, C4 and DD. RGB value is (189,196,221). Sum of RGB (Red+Green+Blue) = 189+196+221=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DD is #423B22. Grayscale: #C4C4C4. Windows color (decimal): -4340515 or 14533821. OLE color: 14533821.

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

Color convert

RGB 189 196 221 -
CMYK 0.14 0.11 0 0.13
HSL 226.88º 0.32% 0.8% -
HSV(B) 226.88º 0.14% 0.87% -
XYZ 53.78 55.52 76.29 -
YUV 196.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 189 196 221 0.14 0.11 0 0.13 226.88 0.32 0.8
Hex BD C4 DD E B 0 D E3 20 50
Octal 275 304 335 16 13 0 15 343 40 120
Binary 10111101 11000100 11011101 1110 1011 0 1101 11100011 100000 1010000

Color Harmonies of #BDC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4DD

Black with #BDC4DD

Text Example


Text Example

White with #BDC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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