Html Css Color HEX #BDC4EE Periwinkle

📋 copy color: '#BDC4EE'

red 189 ◦ green 196 ◦ blue 238

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

Shades of Periwinkle #BDC4EE

Tints of Periwinkle #BDC4EE

RGB

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

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

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

R = 30.34%
G = 31.46%
B = 38.2%

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

#BDC4EE (or 0xBDC4EE) is known color: Periwinkle. HEX triplet: BD, C4 and EE. RGB value is (189,196,238). Sum of RGB (Red+Green+Blue) = 189+196+238=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4EE is #423B11. Grayscale: #C6C6C6. Windows color (decimal): -4340498 or 15647933. OLE color: 15647933.

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

Color convert

RGB 189 196 238 -
CMYK 0.21 0.18 0 0.07
HSL 231.43º 0.59% 0.84% -
HSV(B) 231.43º 0.21% 0.93% -
XYZ 56.16 56.47 88.83 -
YUV 198.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 189 196 238 0.21 0.18 0 0.07 231.43 0.59 0.84
Hex BD C4 EE 15 12 0 7 E7 3B 54
Octal 275 304 356 25 22 0 7 347 73 124
Binary 10111101 11000100 11101110 10101 10010 0 111 11100111 111011 1010100

Color Harmonies of #BDC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4EE

Black with #BDC4EE

Text Example


Text Example

White with #BDC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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