Html Css Color HEX #BDCAE1 Periwinkle

📋 copy color: '#BDCAE1'

red 189 ◦ green 202 ◦ blue 225

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

Shades of Periwinkle #BDCAE1

Tints of Periwinkle #BDCAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.79%

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 30.68%
G = 32.79%
B = 36.53%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDCAE1 (or 0xBDCAE1) is known color: Periwinkle. HEX triplet: BD, CA and E1. RGB value is (189,202,225). Sum of RGB (Red+Green+Blue) = 189+202+225=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAE1 is #42351E. Grayscale: #C8C8C8. Windows color (decimal): -4338975 or 14797501. OLE color: 14797501.

HSL color Cylindrical-coordinate representation of color #BDCAE1: hue angle of 218.33º degrees, saturation: 0.38, 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 #BDCAE1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 202 225 -
CMYK 0.16 0.10 0 0.12
HSL 218.33º 0.38% 0.81% -
HSV(B) 218.33º 0.16% 0.88% -
XYZ 55.7 58.5 79.59 -
YUV 200.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 189 202 225 0.16 0.10 0 0.12 218.33 0.38 0.81
Hex BD CA E1 10 A 0 C DA 26 51
Octal 275 312 341 20 12 0 14 332 46 121
Binary 10111101 11001010 11100001 10000 1010 0 1100 11011010 100110 1010001

Color Harmonies of #BDCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAE1

Black with #BDCAE1

Text Example


Text Example

White with #BDCAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAE1; }

 p { color: rgb(189,202,225); }

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

background-color css

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

 a { background-color: rgb(189,202,225); }

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

border-color css

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

 span { border-color: rgb(189,202,225); }

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