Html Css Color HEX #BDC5EA Periwinkle

📋 copy color: '#BDC5EA'

red 189 ◦ green 197 ◦ blue 234

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

Shades of Periwinkle #BDC5EA

Tints of Periwinkle #BDC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.77%

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

R = 30.48%
G = 31.77%
B = 37.74%

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

#BDC5EA (or 0xBDC5EA) is known color: Periwinkle. HEX triplet: BD, C5 and EA. RGB value is (189,197,234). Sum of RGB (Red+Green+Blue) = 189+197+234=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5EA is #423A15. Grayscale: #C6C6C6. Windows color (decimal): -4340246 or 15386045. OLE color: 15386045.

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

Color convert

RGB 189 197 234 -
CMYK 0.19 0.16 0 0.08
HSL 229.33º 0.52% 0.83% -
HSV(B) 229.33º 0.19% 0.92% -
XYZ 55.8 56.69 85.84 -
YUV 198.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 189 197 234 0.19 0.16 0 0.08 229.33 0.52 0.83
Hex BD C5 EA 13 10 0 8 E5 34 53
Octal 275 305 352 23 20 0 10 345 64 123
Binary 10111101 11000101 11101010 10011 10000 0 1000 11100101 110100 1010011

Color Harmonies of #BDC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5EA

Black with #BDC5EA

Text Example


Text Example

White with #BDC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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