Html Css Color HEX #BDC7EE Periwinkle

📋 copy color: '#BDC7EE'

red 189 ◦ green 199 ◦ blue 238

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

Shades of Periwinkle #BDC7EE

Tints of Periwinkle #BDC7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 30.19%
G = 31.79%
B = 38.02%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC7EE (or 0xBDC7EE) is known color: Periwinkle. HEX triplet: BD, C7 and EE. RGB value is (189,199,238). Sum of RGB (Red+Green+Blue) = 189+199+238=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7EE is #423811. Grayscale: #C8C8C8. Windows color (decimal): -4339730 or 15648701. OLE color: 15648701.

HSL color Cylindrical-coordinate representation of color #BDC7EE: hue angle of 227.76º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC7EE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 199 238 -
CMYK 0.21 0.16 0 0.07
HSL 227.76º 0.59% 0.84% -
HSV(B) 227.76º 0.21% 0.93% -
XYZ 56.84 57.84 89.06 -
YUV 200.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 189 199 238 0.21 0.16 0 0.07 227.76 0.59 0.84
Hex BD C7 EE 15 10 0 7 E4 3B 54
Octal 275 307 356 25 20 0 7 344 73 124
Binary 10111101 11000111 11101110 10101 10000 0 111 11100100 111011 1010100

Color Harmonies of #BDC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7EE

Black with #BDC7EE

Text Example


Text Example

White with #BDC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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