Html Css Color HEX #BDC5DE Periwinkle

📋 copy color: '#BDC5DE'

red 189 ◦ green 197 ◦ blue 222

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

Shades of Periwinkle #BDC5DE

Tints of Periwinkle #BDC5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 31.09%
G = 32.4%
B = 36.51%

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

#BDC5DE (or 0xBDC5DE) is known color: Periwinkle. HEX triplet: BD, C5 and DE. RGB value is (189,197,222). Sum of RGB (Red+Green+Blue) = 189+197+222=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5DE is #423A21. Grayscale: #C5C5C5. Windows color (decimal): -4340258 or 14599613. OLE color: 14599613.

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

Color convert

RGB 189 197 222 -
CMYK 0.15 0.11 0 0.13
HSL 225.45º 0.33% 0.81% -
HSV(B) 225.45º 0.15% 0.87% -
XYZ 54.14 56.03 77.07 -
YUV 197.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 189 197 222 0.15 0.11 0 0.13 225.45 0.33 0.81
Hex BD C5 DE F B 0 D E1 21 51
Octal 275 305 336 17 13 0 15 341 41 121
Binary 10111101 11000101 11011110 1111 1011 0 1101 11100001 100001 1010001

Color Harmonies of #BDC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5DE

Black with #BDC5DE

Text Example


Text Example

White with #BDC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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