Html Css Color HEX #BDC3DF Periwinkle

📋 copy color: '#BDC3DF'

red 189 ◦ green 195 ◦ blue 223

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

Shades of Periwinkle #BDC3DF

Tints of Periwinkle #BDC3DF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.13%

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

R = 31.14%
G = 32.13%
B = 36.74%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC3DF (or 0xBDC3DF) is known color: Periwinkle. HEX triplet: BD, C3 and DF. RGB value is (189,195,223). Sum of RGB (Red+Green+Blue) = 189+195+223=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DF is #423C20. Grayscale: #C4C4C4. Windows color (decimal): -4340769 or 14664637. OLE color: 14664637.

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

Color convert

RGB 189 195 223 -
CMYK 0.15 0.13 0 0.13
HSL 229.41º 0.35% 0.81% -
HSV(B) 229.41º 0.15% 0.87% -
XYZ 53.82 55.18 77.63 -
YUV 196.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 189 195 223 0.15 0.13 0 0.13 229.41 0.35 0.81
Hex BD C3 DF F D 0 D E5 23 51
Octal 275 303 337 17 15 0 15 345 43 121
Binary 10111101 11000011 11011111 1111 1101 0 1101 11100101 100011 1010001

Color Harmonies of #BDC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3DF

Black with #BDC3DF

Text Example


Text Example

White with #BDC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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