Html Css Color HEX #BDC2E5 Periwinkle

📋 copy color: '#BDC2E5'

red 189 ◦ green 194 ◦ blue 229

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

Shades of Periwinkle #BDC2E5

Tints of Periwinkle #BDC2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 30.88%
G = 31.7%
B = 37.42%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDC2E5 (or 0xBDC2E5) is known color: Periwinkle. HEX triplet: BD, C2 and E5. RGB value is (189,194,229). Sum of RGB (Red+Green+Blue) = 189+194+229=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2E5 is #423D1A. Grayscale: #C4C4C4. Windows color (decimal): -4341019 or 15057597. OLE color: 15057597.

HSL color Cylindrical-coordinate representation of color #BDC2E5: hue angle of 232.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC2E5 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 194 229 -
CMYK 0.17 0.15 0 0.10
HSL 232.5º 0.43% 0.82% -
HSV(B) 232.5º 0.17% 0.9% -
XYZ 54.42 55.06 81.89 -
YUV 196.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 189 194 229 0.17 0.15 0 0.10 232.5 0.43 0.82
Hex BD C2 E5 11 F 0 A E8 2B 52
Octal 275 302 345 21 17 0 12 350 53 122
Binary 10111101 11000010 11100101 10001 1111 0 1010 11101000 101011 1010010

Color Harmonies of #BDC2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2E5

Black with #BDC2E5

Text Example


Text Example

White with #BDC2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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