Html Css Color HEX #BDCBE5 Periwinkle

📋 copy color: '#BDCBE5'

red 189 ◦ green 203 ◦ blue 229

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

Shades of Periwinkle #BDCBE5

Tints of Periwinkle #BDCBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.69%

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

R = 30.43%
G = 32.69%
B = 36.88%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDCBE5 (or 0xBDCBE5) is known color: Periwinkle. HEX triplet: BD, CB and E5. RGB value is (189,203,229). Sum of RGB (Red+Green+Blue) = 189+203+229=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBE5 is #42341A. Grayscale: #C9C9C9. Windows color (decimal): -4338715 or 15059901. OLE color: 15059901.

HSL color Cylindrical-coordinate representation of color #BDCBE5: hue angle of 219º 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 #BDCBE5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 203 229 -
CMYK 0.17 0.11 0 0.10
HSL 219º 0.43% 0.82% -
HSV(B) 219º 0.17% 0.9% -
XYZ 56.49 59.19 82.58 -
YUV 201.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 189 203 229 0.17 0.11 0 0.10 219 0.43 0.82
Hex BD CB E5 11 B 0 A DB 2B 52
Octal 275 313 345 21 13 0 12 333 53 122
Binary 10111101 11001011 11100101 10001 1011 0 1010 11011011 101011 1010010

Color Harmonies of #BDCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBE5

Black with #BDCBE5

Text Example


Text Example

White with #BDCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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