Html Css Color HEX #BDCBE3 Periwinkle

📋 copy color: '#BDCBE3'

red 189 ◦ green 203 ◦ blue 227

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

Shades of Periwinkle #BDCBE3

Tints of Periwinkle #BDCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 30.53%
G = 32.79%
B = 36.67%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDCBE3 (or 0xBDCBE3) is known color: Periwinkle. HEX triplet: BD, CB and E3. RGB value is (189,203,227). Sum of RGB (Red+Green+Blue) = 189+203+227=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #BDCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBE3 is #42341C. Grayscale: #C9C9C9. Windows color (decimal): -4338717 or 14928829. OLE color: 14928829.

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

Color convert

RGB 189 203 227 -
CMYK 0.17 0.11 0 0.11
HSL 217.89º 0.4% 0.82% -
HSV(B) 217.89º 0.17% 0.89% -
XYZ 56.21 59.08 81.11 -
YUV 201.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 189 203 227 0.17 0.11 0 0.11 217.89 0.4 0.82
Hex BD CB E3 11 B 0 B DA 28 52
Octal 275 313 343 21 13 0 13 332 50 122
Binary 10111101 11001011 11100011 10001 1011 0 1011 11011010 101000 1010010

Color Harmonies of #BDCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBE3

Black with #BDCBE3

Text Example


Text Example

White with #BDCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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