Html Css Color HEX #BDCDE8 Periwinkle

📋 copy color: '#BDCDE8'

red 189 ◦ green 205 ◦ blue 232

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

Shades of Periwinkle #BDCDE8

Tints of Periwinkle #BDCDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.06%

R = 30.19%
G = 32.75%
B = 37.06%

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

#BDCDE8 (or 0xBDCDE8) is known color: Periwinkle. HEX triplet: BD, CD and E8. RGB value is (189,205,232). Sum of RGB (Red+Green+Blue) = 189+205+232=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDE8 is #423217. Grayscale: #CBCBCB. Windows color (decimal): -4338200 or 15257021. OLE color: 15257021.

HSL color Cylindrical-coordinate representation of color #BDCDE8: hue angle of 217.67º degrees, saturation: 0.48, 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 #BDCDE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 205 232 -
CMYK 0.19 0.12 0 0.09
HSL 217.67º 0.48% 0.83% -
HSV(B) 217.67º 0.19% 0.91% -
XYZ 57.38 60.31 84.96 -
YUV 203.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 189 205 232 0.19 0.12 0 0.09 217.67 0.48 0.83
Hex BD CD E8 13 C 0 9 DA 30 53
Octal 275 315 350 23 14 0 11 332 60 123
Binary 10111101 11001101 11101000 10011 1100 0 1001 11011010 110000 1010011

Color Harmonies of #BDCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDE8

Black with #BDCDE8

Text Example


Text Example

White with #BDCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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