Html Css Color HEX #BDC3EB Periwinkle

📋 copy color: '#BDC3EB'

red 189 ◦ green 195 ◦ blue 235

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

Shades of Periwinkle #BDC3EB

Tints of Periwinkle #BDC3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 30.53%
G = 31.5%
B = 37.96%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDC3EB (or 0xBDC3EB) is known color: Periwinkle. HEX triplet: BD, C3 and EB. RGB value is (189,195,235). Sum of RGB (Red+Green+Blue) = 189+195+235=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3EB is #423C14. Grayscale: #C5C5C5. Windows color (decimal): -4340757 or 15451069. OLE color: 15451069.

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

Color convert

RGB 189 195 235 -
CMYK 0.20 0.17 0 0.08
HSL 232.17º 0.53% 0.83% -
HSV(B) 232.17º 0.2% 0.92% -
XYZ 55.5 55.85 86.45 -
YUV 197.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 189 195 235 0.20 0.17 0 0.08 232.17 0.53 0.83
Hex BD C3 EB 14 11 0 8 E8 35 53
Octal 275 303 353 24 21 0 10 350 65 123
Binary 10111101 11000011 11101011 10100 10001 0 1000 11101000 110101 1010011

Color Harmonies of #BDC3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3EB

Black with #BDC3EB

Text Example


Text Example

White with #BDC3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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