Html Css Color HEX #BDC6DE Periwinkle

📋 copy color: '#BDC6DE'

red 189 ◦ green 198 ◦ blue 222

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

Shades of Periwinkle #BDC6DE

Tints of Periwinkle #BDC6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.51%

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

R = 31.03%
G = 32.51%
B = 36.45%

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

#BDC6DE (or 0xBDC6DE) is known color: Periwinkle. HEX triplet: BD, C6 and DE. RGB value is (189,198,222). Sum of RGB (Red+Green+Blue) = 189+198+222=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6DE is #423921. Grayscale: #C5C5C5. Windows color (decimal): -4340002 or 14599869. OLE color: 14599869.

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

Color convert

RGB 189 198 222 -
CMYK 0.15 0.11 0 0.13
HSL 223.64º 0.33% 0.81% -
HSV(B) 223.64º 0.15% 0.87% -
XYZ 54.37 56.48 77.14 -
YUV 198.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 189 198 222 0.15 0.11 0 0.13 223.64 0.33 0.81
Hex BD C6 DE F B 0 D E0 21 51
Octal 275 306 336 17 13 0 15 340 41 121
Binary 10111101 11000110 11011110 1111 1011 0 1101 11100000 100001 1010001

Color Harmonies of #BDC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6DE

Black with #BDC6DE

Text Example


Text Example

White with #BDC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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