Html Css Color HEX #BDC4EF Periwinkle

📋 copy color: '#BDC4EF'

red 189 ◦ green 196 ◦ blue 239

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

Shades of Periwinkle #BDC4EF

Tints of Periwinkle #BDC4EF

RGB

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

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

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

R = 30.29%
G = 31.41%
B = 38.3%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDC4EF (or 0xBDC4EF) is known color: Periwinkle. HEX triplet: BD, C4 and EF. RGB value is (189,196,239). Sum of RGB (Red+Green+Blue) = 189+196+239=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4EF is #423B10. Grayscale: #C6C6C6. Windows color (decimal): -4340497 or 15713469. OLE color: 15713469.

HSL color Cylindrical-coordinate representation of color #BDC4EF: hue angle of 231.6º 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 #BDC4EF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 196 239 -
CMYK 0.21 0.18 0 0.06
HSL 231.6º 0.61% 0.84% -
HSV(B) 231.6º 0.21% 0.94% -
XYZ 56.31 56.53 89.61 -
YUV 198.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 189 196 239 0.21 0.18 0 0.06 231.6 0.61 0.84
Hex BD C4 EF 15 12 0 6 E8 3D 54
Octal 275 304 357 25 22 0 6 350 75 124
Binary 10111101 11000100 11101111 10101 10010 0 110 11101000 111101 1010100

Color Harmonies of #BDC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4EF

Black with #BDC4EF

Text Example


Text Example

White with #BDC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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