Html Css Color HEX #BDC8DF Periwinkle

📋 copy color: '#BDC8DF'

red 189 ◦ green 200 ◦ blue 223

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

Shades of Periwinkle #BDC8DF

Tints of Periwinkle #BDC8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.68%

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

R = 30.88%
G = 32.68%
B = 36.44%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC8DF (or 0xBDC8DF) is known color: Periwinkle. HEX triplet: BD, C8 and DF. RGB value is (189,200,223). Sum of RGB (Red+Green+Blue) = 189+200+223=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8DF is #423720. Grayscale: #C7C7C7. Windows color (decimal): -4339489 or 14665917. OLE color: 14665917.

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

Color convert

RGB 189 200 223 -
CMYK 0.15 0.10 0 0.13
HSL 220.59º 0.35% 0.81% -
HSV(B) 220.59º 0.15% 0.87% -
XYZ 54.96 57.46 78.01 -
YUV 199.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 189 200 223 0.15 0.10 0 0.13 220.59 0.35 0.81
Hex BD C8 DF F A 0 D DD 23 51
Octal 275 310 337 17 12 0 15 335 43 121
Binary 10111101 11001000 11011111 1111 1010 0 1101 11011101 100011 1010001

Color Harmonies of #BDC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8DF

Black with #BDC8DF

Text Example


Text Example

White with #BDC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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