Html Css Color HEX #BDC3EE Periwinkle

📋 copy color: '#BDC3EE'

red 189 ◦ green 195 ◦ blue 238

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

Shades of Periwinkle #BDC3EE

Tints of Periwinkle #BDC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.35%

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

R = 30.39%
G = 31.35%
B = 38.26%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDC3EE (or 0xBDC3EE) is known color: Periwinkle. HEX triplet: BD, C3 and EE. RGB value is (189,195,238). Sum of RGB (Red+Green+Blue) = 189+195+238=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3EE is #423C11. Grayscale: #C5C5C5. Windows color (decimal): -4340754 or 15647677. OLE color: 15647677.

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

Color convert

RGB 189 195 238 -
CMYK 0.21 0.18 0 0.07
HSL 232.65º 0.59% 0.84% -
HSV(B) 232.65º 0.21% 0.93% -
XYZ 55.93 56.02 88.75 -
YUV 198.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 189 195 238 0.21 0.18 0 0.07 232.65 0.59 0.84
Hex BD C3 EE 15 12 0 7 E9 3B 54
Octal 275 303 356 25 22 0 7 351 73 124
Binary 10111101 11000011 11101110 10101 10010 0 111 11101001 111011 1010100

Color Harmonies of #BDC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3EE

Black with #BDC3EE

Text Example


Text Example

White with #BDC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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