Html Css Color HEX #BDCDE9 Periwinkle

📋 copy color: '#BDCDE9'

red 189 ◦ green 205 ◦ blue 233

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

Shades of Periwinkle #BDCDE9

Tints of Periwinkle #BDCDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 30.14%
G = 32.7%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDCDE9 (or 0xBDCDE9) is known color: Periwinkle. HEX triplet: BD, CD and E9. RGB value is (189,205,233). Sum of RGB (Red+Green+Blue) = 189+205+233=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDE9 is #423216. Grayscale: #CBCBCB. Windows color (decimal): -4338199 or 15322557. OLE color: 15322557.

HSL color Cylindrical-coordinate representation of color #BDCDE9: hue angle of 218.18º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCDE9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 205 233 -
CMYK 0.19 0.12 0 0.09
HSL 218.18º 0.5% 0.83% -
HSV(B) 218.18º 0.19% 0.91% -
XYZ 57.53 60.36 85.71 -
YUV 203.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 189 205 233 0.19 0.12 0 0.09 218.18 0.5 0.83
Hex BD CD E9 13 C 0 9 DA 32 53
Octal 275 315 351 23 14 0 11 332 62 123
Binary 10111101 11001101 11101001 10011 1100 0 1001 11011010 110010 1010011

Color Harmonies of #BDCDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDE9

Black with #BDCDE9

Text Example


Text Example

White with #BDCDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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