Html Css Color HEX #BDC5E9 Periwinkle

📋 copy color: '#BDC5E9'

red 189 ◦ green 197 ◦ blue 233

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

Shades of Periwinkle #BDC5E9

Tints of Periwinkle #BDC5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.64%

R = 30.53%
G = 31.83%
B = 37.64%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC5E9 (or 0xBDC5E9) is known color: Periwinkle. HEX triplet: BD, C5 and E9. RGB value is (189,197,233). Sum of RGB (Red+Green+Blue) = 189+197+233=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5E9 is #423A16. Grayscale: #C6C6C6. Windows color (decimal): -4340247 or 15320509. OLE color: 15320509.

HSL color Cylindrical-coordinate representation of color #BDC5E9: hue angle of 229.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC5E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 197 233 -
CMYK 0.19 0.15 0 0.09
HSL 229.09º 0.5% 0.83% -
HSV(B) 229.09º 0.19% 0.91% -
XYZ 55.66 56.63 85.09 -
YUV 198.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 189 197 233 0.19 0.15 0 0.09 229.09 0.5 0.83
Hex BD C5 E9 13 F 0 9 E5 32 53
Octal 275 305 351 23 17 0 11 345 62 123
Binary 10111101 11000101 11101001 10011 1111 0 1001 11100101 110010 1010011

Color Harmonies of #BDC5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5E9

Black with #BDC5E9

Text Example


Text Example

White with #BDC5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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