Html Css Color HEX #BDC2EB Periwinkle

📋 copy color: '#BDC2EB'

red 189 ◦ green 194 ◦ blue 235

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

Shades of Periwinkle #BDC2EB

Tints of Periwinkle #BDC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.39%

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

R = 30.58%
G = 31.39%
B = 38.03%

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

#BDC2EB (or 0xBDC2EB) is known color: Periwinkle. HEX triplet: BD, C2 and EB. RGB value is (189,194,235). Sum of RGB (Red+Green+Blue) = 189+194+235=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2EB is #423D14. Grayscale: #C5C5C5. Windows color (decimal): -4341013 or 15450813. OLE color: 15450813.

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

Color convert

RGB 189 194 235 -
CMYK 0.20 0.17 0 0.08
HSL 233.48º 0.53% 0.83% -
HSV(B) 233.48º 0.2% 0.92% -
XYZ 55.27 55.4 86.38 -
YUV 197.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 189 194 235 0.20 0.17 0 0.08 233.48 0.53 0.83
Hex BD C2 EB 14 11 0 8 E9 35 53
Octal 275 302 353 24 21 0 10 351 65 123
Binary 10111101 11000010 11101011 10100 10001 0 1000 11101001 110101 1010011

Color Harmonies of #BDC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2EB

Black with #BDC2EB

Text Example


Text Example

White with #BDC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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