Html Css Color HEX #BDC5E0 Periwinkle

📋 copy color: '#BDC5E0'

red 189 ◦ green 197 ◦ blue 224

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

Shades of Periwinkle #BDC5E0

Tints of Periwinkle #BDC5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.72%

R = 30.98%
G = 32.3%
B = 36.72%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDC5E0 (or 0xBDC5E0) is known color: Periwinkle. HEX triplet: BD, C5 and E0. RGB value is (189,197,224). Sum of RGB (Red+Green+Blue) = 189+197+224=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5E0 is #423A1F. Grayscale: #C5C5C5. Windows color (decimal): -4340256 or 14730685. OLE color: 14730685.

HSL color Cylindrical-coordinate representation of color #BDC5E0: hue angle of 226.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC5E0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 197 224 -
CMYK 0.16 0.12 0 0.12
HSL 226.29º 0.36% 0.81% -
HSV(B) 226.29º 0.16% 0.88% -
XYZ 54.41 56.13 78.49 -
YUV 197.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 189 197 224 0.16 0.12 0 0.12 226.29 0.36 0.81
Hex BD C5 E0 10 C 0 C E2 24 51
Octal 275 305 340 20 14 0 14 342 44 121
Binary 10111101 11000101 11100000 10000 1100 0 1100 11100010 100100 1010001

Color Harmonies of #BDC5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5E0

Black with #BDC5E0

Text Example


Text Example

White with #BDC5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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