Html Css Color HEX #BDC7DF Periwinkle

📋 copy color: '#BDC7DF'

red 189 ◦ green 199 ◦ blue 223

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

Shades of Periwinkle #BDC7DF

Tints of Periwinkle #BDC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.57%

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

R = 30.93%
G = 32.57%
B = 36.5%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC7DF (or 0xBDC7DF) is known color: Periwinkle. HEX triplet: BD, C7 and DF. RGB value is (189,199,223). Sum of RGB (Red+Green+Blue) = 189+199+223=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7DF is #423820. Grayscale: #C6C6C6. Windows color (decimal): -4339745 or 14665661. OLE color: 14665661.

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

Color convert

RGB 189 199 223 -
CMYK 0.15 0.11 0 0.13
HSL 222.35º 0.35% 0.81% -
HSV(B) 222.35º 0.15% 0.87% -
XYZ 54.73 56.99 77.93 -
YUV 198.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 189 199 223 0.15 0.11 0 0.13 222.35 0.35 0.81
Hex BD C7 DF F B 0 D DE 23 51
Octal 275 307 337 17 13 0 15 336 43 121
Binary 10111101 11000111 11011111 1111 1011 0 1101 11011110 100011 1010001

Color Harmonies of #BDC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7DF

Black with #BDC7DF

Text Example


Text Example

White with #BDC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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