Html Css Color HEX #BDC5EC Periwinkle

📋 copy color: '#BDC5EC'

red 189 ◦ green 197 ◦ blue 236

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

Shades of Periwinkle #BDC5EC

Tints of Periwinkle #BDC5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 30.39%
G = 31.67%
B = 37.94%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC5EC (or 0xBDC5EC) is known color: Periwinkle. HEX triplet: BD, C5 and EC. RGB value is (189,197,236). Sum of RGB (Red+Green+Blue) = 189+197+236=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5EC is #423A13. Grayscale: #C6C6C6. Windows color (decimal): -4340244 or 15517117. OLE color: 15517117.

HSL color Cylindrical-coordinate representation of color #BDC5EC: hue angle of 229.79º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC5EC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 197 236 -
CMYK 0.20 0.17 0 0.07
HSL 229.79º 0.55% 0.83% -
HSV(B) 229.79º 0.2% 0.93% -
XYZ 56.09 56.81 87.37 -
YUV 199.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 189 197 236 0.20 0.17 0 0.07 229.79 0.55 0.83
Hex BD C5 EC 14 11 0 7 E6 37 53
Octal 275 305 354 24 21 0 7 346 67 123
Binary 10111101 11000101 11101100 10100 10001 0 111 11100110 110111 1010011

Color Harmonies of #BDC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5EC

Black with #BDC5EC

Text Example


Text Example

White with #BDC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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