Html Css Color HEX #BDC7EC Periwinkle

📋 copy color: '#BDC7EC'

red 189 ◦ green 199 ◦ blue 236

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

Shades of Periwinkle #BDC7EC

Tints of Periwinkle #BDC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.89%

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

R = 30.29%
G = 31.89%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC7EC (or 0xBDC7EC) is known color: Periwinkle. HEX triplet: BD, C7 and EC. RGB value is (189,199,236). Sum of RGB (Red+Green+Blue) = 189+199+236=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7EC is #423813. Grayscale: #C8C8C8. Windows color (decimal): -4339732 or 15517629. OLE color: 15517629.

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

Color convert

RGB 189 199 236 -
CMYK 0.20 0.16 0 0.07
HSL 227.23º 0.55% 0.83% -
HSV(B) 227.23º 0.2% 0.93% -
XYZ 56.55 57.72 87.52 -
YUV 200.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 189 199 236 0.20 0.16 0 0.07 227.23 0.55 0.83
Hex BD C7 EC 14 10 0 7 E3 37 53
Octal 275 307 354 24 20 0 7 343 67 123
Binary 10111101 11000111 11101100 10100 10000 0 111 11100011 110111 1010011

Color Harmonies of #BDC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7EC

Black with #BDC7EC

Text Example


Text Example

White with #BDC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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