Html Css Color HEX #BDC5DF Periwinkle

📋 copy color: '#BDC5DF'

red 189 ◦ green 197 ◦ blue 223

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

Shades of Periwinkle #BDC5DF

Tints of Periwinkle #BDC5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.35%

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 31.03%
G = 32.35%
B = 36.62%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC5DF (or 0xBDC5DF) is known color: Periwinkle. HEX triplet: BD, C5 and DF. RGB value is (189,197,223). Sum of RGB (Red+Green+Blue) = 189+197+223=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DF is #423A20. Grayscale: #C5C5C5. Windows color (decimal): -4340257 or 14665149. OLE color: 14665149.

HSL color Cylindrical-coordinate representation of color #BDC5DF: hue angle of 225.88º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC5DF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 197 223 -
CMYK 0.15 0.12 0 0.13
HSL 225.88º 0.35% 0.81% -
HSV(B) 225.88º 0.15% 0.87% -
XYZ 54.27 56.08 77.78 -
YUV 197.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 189 197 223 0.15 0.12 0 0.13 225.88 0.35 0.81
Hex BD C5 DF F C 0 D E2 23 51
Octal 275 305 337 17 14 0 15 342 43 121
Binary 10111101 11000101 11011111 1111 1100 0 1101 11100010 100011 1010001

Color Harmonies of #BDC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5DF

Black with #BDC5DF

Text Example


Text Example

White with #BDC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5DF; }

 p { color: rgb(189,197,223); }

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

background-color css

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

 a { background-color: rgb(189,197,223); }

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

border-color css

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

 span { border-color: rgb(189,197,223); }

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