Html Css Color HEX #BDC2EC Periwinkle

📋 copy color: '#BDC2EC'

red 189 ◦ green 194 ◦ blue 236

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

Shades of Periwinkle #BDC2EC

Tints of Periwinkle #BDC2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.13%

R = 30.53%
G = 31.34%
B = 38.13%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC2EC (or 0xBDC2EC) is known color: Periwinkle. HEX triplet: BD, C2 and EC. RGB value is (189,194,236). Sum of RGB (Red+Green+Blue) = 189+194+236=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2EC is #423D13. Grayscale: #C5C5C5. Windows color (decimal): -4341012 or 15516349. OLE color: 15516349.

HSL color Cylindrical-coordinate representation of color #BDC2EC: hue angle of 233.62º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC2EC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 194 236 -
CMYK 0.20 0.18 0 0.07
HSL 233.62º 0.55% 0.83% -
HSV(B) 233.62º 0.2% 0.93% -
XYZ 55.42 55.46 87.14 -
YUV 197.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 189 194 236 0.20 0.18 0 0.07 233.62 0.55 0.83
Hex BD C2 EC 14 12 0 7 EA 37 53
Octal 275 302 354 24 22 0 7 352 67 123
Binary 10111101 11000010 11101100 10100 10010 0 111 11101010 110111 1010011

Color Harmonies of #BDC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2EC

Black with #BDC2EC

Text Example


Text Example

White with #BDC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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