Html Css Color HEX #BDCBE1 Periwinkle

📋 copy color: '#BDCBE1'

red 189 ◦ green 203 ◦ blue 225

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

Shades of Periwinkle #BDCBE1

Tints of Periwinkle #BDCBE1

RGB

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

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

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

R = 30.63%
G = 32.9%
B = 36.47%

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

#BDCBE1 (or 0xBDCBE1) is known color: Periwinkle. HEX triplet: BD, CB and E1. RGB value is (189,203,225). Sum of RGB (Red+Green+Blue) = 189+203+225=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBE1 is #42341E. Grayscale: #C9C9C9. Windows color (decimal): -4338719 or 14797757. OLE color: 14797757.

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

Color convert

RGB 189 203 225 -
CMYK 0.16 0.10 0 0.12
HSL 216.67º 0.38% 0.81% -
HSV(B) 216.67º 0.16% 0.88% -
XYZ 55.93 58.97 79.67 -
YUV 201.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 189 203 225 0.16 0.10 0 0.12 216.67 0.38 0.81
Hex BD CB E1 10 A 0 C D9 26 51
Octal 275 313 341 20 12 0 14 331 46 121
Binary 10111101 11001011 11100001 10000 1010 0 1100 11011001 100110 1010001

Color Harmonies of #BDCBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBE1

Black with #BDCBE1

Text Example


Text Example

White with #BDCBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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