Html Css Color HEX #BDC2EE Periwinkle

📋 copy color: '#BDC2EE'

red 189 ◦ green 194 ◦ blue 238

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

Shades of Periwinkle #BDC2EE

Tints of Periwinkle #BDC2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.24%

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

R = 30.43%
G = 31.24%
B = 38.33%

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

#BDC2EE (or 0xBDC2EE) is known color: Periwinkle. HEX triplet: BD, C2 and EE. RGB value is (189,194,238). Sum of RGB (Red+Green+Blue) = 189+194+238=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2EE is #423D11. Grayscale: #C5C5C5. Windows color (decimal): -4341010 or 15647421. OLE color: 15647421.

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

Color convert

RGB 189 194 238 -
CMYK 0.21 0.18 0 0.07
HSL 233.88º 0.59% 0.84% -
HSV(B) 233.88º 0.21% 0.93% -
XYZ 55.71 55.58 88.68 -
YUV 197.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 189 194 238 0.21 0.18 0 0.07 233.88 0.59 0.84
Hex BD C2 EE 15 12 0 7 EA 3B 54
Octal 275 302 356 25 22 0 7 352 73 124
Binary 10111101 11000010 11101110 10101 10010 0 111 11101010 111011 1010100

Color Harmonies of #BDC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2EE

Black with #BDC2EE

Text Example


Text Example

White with #BDC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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