Html Css Color HEX #BDCDE5 Periwinkle

📋 copy color: '#BDCDE5'

red 189 ◦ green 205 ◦ blue 229

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

Shades of Periwinkle #BDCDE5

Tints of Periwinkle #BDCDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.91%

 BLUE value IS 229 (89.84% from 255) = 36.76%

R = 30.34%
G = 32.91%
B = 36.76%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDCDE5 (or 0xBDCDE5) is known color: Periwinkle. HEX triplet: BD, CD and E5. RGB value is (189,205,229). Sum of RGB (Red+Green+Blue) = 189+205+229=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDE5 is #42321A. Grayscale: #CACACA. Windows color (decimal): -4338203 or 15060413. OLE color: 15060413.

HSL color Cylindrical-coordinate representation of color #BDCDE5: hue angle of 216º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCDE5 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 205 229 -
CMYK 0.17 0.10 0 0.10
HSL 216º 0.43% 0.82% -
HSV(B) 216º 0.17% 0.9% -
XYZ 56.96 60.14 82.73 -
YUV 202.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 189 205 229 0.17 0.10 0 0.10 216 0.43 0.82
Hex BD CD E5 11 A 0 A D8 2B 52
Octal 275 315 345 21 12 0 12 330 53 122
Binary 10111101 11001101 11100101 10001 1010 0 1010 11011000 101011 1010010

Color Harmonies of #BDCDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDE5

Black with #BDCDE5

Text Example


Text Example

White with #BDCDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDE5; }

 p { color: rgb(189,205,229); }

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

background-color css

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

 a { background-color: rgb(189,205,229); }

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

border-color css

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

 span { border-color: rgb(189,205,229); }

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