Html Css Color HEX #BDC3E0 Periwinkle

📋 copy color: '#BDC3E0'

red 189 ◦ green 195 ◦ blue 224

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

Shades of Periwinkle #BDC3E0

Tints of Periwinkle #BDC3E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 31.09%
G = 32.07%
B = 36.84%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDC3E0 (or 0xBDC3E0) is known color: Periwinkle. HEX triplet: BD, C3 and E0. RGB value is (189,195,224). Sum of RGB (Red+Green+Blue) = 189+195+224=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3E0 is #423C1F. Grayscale: #C4C4C4. Windows color (decimal): -4340768 or 14730173. OLE color: 14730173.

HSL color Cylindrical-coordinate representation of color #BDC3E0: hue angle of 229.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC3E0 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 195 224 -
CMYK 0.16 0.13 0 0.12
HSL 229.71º 0.36% 0.81% -
HSV(B) 229.71º 0.16% 0.88% -
XYZ 53.96 55.23 78.34 -
YUV 196.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 189 195 224 0.16 0.13 0 0.12 229.71 0.36 0.81
Hex BD C3 E0 10 D 0 C E6 24 51
Octal 275 303 340 20 15 0 14 346 44 121
Binary 10111101 11000011 11100000 10000 1101 0 1100 11100110 100100 1010001

Color Harmonies of #BDC3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3E0

Black with #BDC3E0

Text Example


Text Example

White with #BDC3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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