Html Css Color HEX #BDC2EF Periwinkle

📋 copy color: '#BDC2EF'

red 189 ◦ green 194 ◦ blue 239

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

Shades of Periwinkle #BDC2EF

Tints of Periwinkle #BDC2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 30.39%
G = 31.19%
B = 38.42%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDC2EF (or 0xBDC2EF) is known color: Periwinkle. HEX triplet: BD, C2 and EF. RGB value is (189,194,239). Sum of RGB (Red+Green+Blue) = 189+194+239=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2EF is #423D10. Grayscale: #C5C5C5. Windows color (decimal): -4341009 or 15712957. OLE color: 15712957.

HSL color Cylindrical-coordinate representation of color #BDC2EF: hue angle of 234º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC2EF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 194 239 -
CMYK 0.21 0.19 0 0.06
HSL 234º 0.61% 0.84% -
HSV(B) 234º 0.21% 0.94% -
XYZ 55.86 55.63 89.46 -
YUV 197.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 189 194 239 0.21 0.19 0 0.06 234 0.61 0.84
Hex BD C2 EF 15 13 0 6 EA 3D 54
Octal 275 302 357 25 23 0 6 352 75 124
Binary 10111101 11000010 11101111 10101 10011 0 110 11101010 111101 1010100

Color Harmonies of #BDC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2EF

Black with #BDC2EF

Text Example


Text Example

White with #BDC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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