Html Css Color HEX #BDC4EA Periwinkle

📋 copy color: '#BDC4EA'

red 189 ◦ green 196 ◦ blue 234

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

Shades of Periwinkle #BDC4EA

Tints of Periwinkle #BDC4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 30.53%
G = 31.66%
B = 37.8%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDC4EA (or 0xBDC4EA) is known color: Periwinkle. HEX triplet: BD, C4 and EA. RGB value is (189,196,234). Sum of RGB (Red+Green+Blue) = 189+196+234=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4EA is #423B15. Grayscale: #C6C6C6. Windows color (decimal): -4340502 or 15385789. OLE color: 15385789.

HSL color Cylindrical-coordinate representation of color #BDC4EA: hue angle of 230.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC4EA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 196 234 -
CMYK 0.19 0.16 0 0.08
HSL 230.67º 0.52% 0.83% -
HSV(B) 230.67º 0.19% 0.92% -
XYZ 55.58 56.24 85.77 -
YUV 198.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 189 196 234 0.19 0.16 0 0.08 230.67 0.52 0.83
Hex BD C4 EA 13 10 0 8 E7 34 53
Octal 275 304 352 23 20 0 10 347 64 123
Binary 10111101 11000100 11101010 10011 10000 0 1000 11100111 110100 1010011

Color Harmonies of #BDC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4EA

Black with #BDC4EA

Text Example


Text Example

White with #BDC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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