Html Css Color HEX #BDC4E4 Periwinkle

📋 copy color: '#BDC4E4'

red 189 ◦ green 196 ◦ blue 228

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

Shades of Periwinkle #BDC4E4

Tints of Periwinkle #BDC4E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 30.83%
G = 31.97%
B = 37.19%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDC4E4 (or 0xBDC4E4) is known color: Periwinkle. HEX triplet: BD, C4 and E4. RGB value is (189,196,228). Sum of RGB (Red+Green+Blue) = 189+196+228=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDC4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4E4 is #423B1B. Grayscale: #C5C5C5. Windows color (decimal): -4340508 or 14992573. OLE color: 14992573.

HSL color Cylindrical-coordinate representation of color #BDC4E4: hue angle of 229.23º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC4E4 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 196 228 -
CMYK 0.17 0.14 0 0.11
HSL 229.23º 0.42% 0.82% -
HSV(B) 229.23º 0.17% 0.89% -
XYZ 54.73 55.9 81.3 -
YUV 197.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 189 196 228 0.17 0.14 0 0.11 229.23 0.42 0.82
Hex BD C4 E4 11 E 0 B E5 2A 52
Octal 275 304 344 21 16 0 13 345 52 122
Binary 10111101 11000100 11100100 10001 1110 0 1011 11100101 101010 1010010

Color Harmonies of #BDC4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4E4

Black with #BDC4E4

Text Example


Text Example

White with #BDC4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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