Html Css Color HEX #BDC1E9 Periwinkle

📋 copy color: '#BDC1E9'

red 189 ◦ green 193 ◦ blue 233

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

Shades of Periwinkle #BDC1E9

Tints of Periwinkle #BDC1E9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.38%

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

R = 30.73%
G = 31.38%
B = 37.89%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC1E9 (or 0xBDC1E9) is known color: Periwinkle. HEX triplet: BD, C1 and E9. RGB value is (189,193,233). Sum of RGB (Red+Green+Blue) = 189+193+233=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1E9 is #423E16. Grayscale: #C4C4C4. Windows color (decimal): -4341271 or 15319485. OLE color: 15319485.

HSL color Cylindrical-coordinate representation of color #BDC1E9: hue angle of 234.55º 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 #BDC1E9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 193 233 -
CMYK 0.19 0.17 0 0.09
HSL 234.55º 0.5% 0.83% -
HSV(B) 234.55º 0.19% 0.91% -
XYZ 54.76 54.84 84.79 -
YUV 196.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 189 193 233 0.19 0.17 0 0.09 234.55 0.5 0.83
Hex BD C1 E9 13 11 0 9 EB 32 53
Octal 275 301 351 23 21 0 11 353 62 123
Binary 10111101 11000001 11101001 10011 10001 0 1001 11101011 110010 1010011

Color Harmonies of #BDC1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1E9

Black with #BDC1E9

Text Example


Text Example

White with #BDC1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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