Html Css Color HEX #BDC3E9 Periwinkle

📋 copy color: '#BDC3E9'

red 189 ◦ green 195 ◦ blue 233

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

Shades of Periwinkle #BDC3E9

Tints of Periwinkle #BDC3E9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.6%

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

R = 30.63%
G = 31.6%
B = 37.76%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC3E9 (or 0xBDC3E9) is known color: Periwinkle. HEX triplet: BD, C3 and E9. RGB value is (189,195,233). Sum of RGB (Red+Green+Blue) = 189+195+233=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3E9 is #423C16. Grayscale: #C5C5C5. Windows color (decimal): -4340759 or 15319997. OLE color: 15319997.

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

Color convert

RGB 189 195 233 -
CMYK 0.19 0.16 0 0.09
HSL 231.82º 0.5% 0.83% -
HSV(B) 231.82º 0.19% 0.91% -
XYZ 55.21 55.73 84.94 -
YUV 197.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 189 195 233 0.19 0.16 0 0.09 231.82 0.5 0.83
Hex BD C3 E9 13 10 0 9 E8 32 53
Octal 275 303 351 23 20 0 11 350 62 123
Binary 10111101 11000011 11101001 10011 10000 0 1001 11101000 110010 1010011

Color Harmonies of #BDC3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3E9

Black with #BDC3E9

Text Example


Text Example

White with #BDC3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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