Html Css Color HEX #BDC4E5 Periwinkle

📋 copy color: '#BDC4E5'

red 189 ◦ green 196 ◦ blue 229

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

Shades of Periwinkle #BDC4E5

Tints of Periwinkle #BDC4E5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.92%

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

R = 30.78%
G = 31.92%
B = 37.3%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDC4E5 (or 0xBDC4E5) is known color: Periwinkle. HEX triplet: BD, C4 and E5. RGB value is (189,196,229). Sum of RGB (Red+Green+Blue) = 189+196+229=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4E5 is #423B1A. Grayscale: #C5C5C5. Windows color (decimal): -4340507 or 15058109. OLE color: 15058109.

HSL color Cylindrical-coordinate representation of color #BDC4E5: hue angle of 229.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 #BDC4E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 196 229 -
CMYK 0.17 0.14 0 0.10
HSL 229.5º 0.43% 0.82% -
HSV(B) 229.5º 0.17% 0.9% -
XYZ 54.87 55.96 82.04 -
YUV 197.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 189 196 229 0.17 0.14 0 0.10 229.5 0.43 0.82
Hex BD C4 E5 11 E 0 A E6 2B 52
Octal 275 304 345 21 16 0 12 346 53 122
Binary 10111101 11000100 11100101 10001 1110 0 1010 11100110 101011 1010010

Color Harmonies of #BDC4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4E5

Black with #BDC4E5

Text Example


Text Example

White with #BDC4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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