Html Css Color HEX #BDCBEA Periwinkle

📋 copy color: '#BDCBEA'

red 189 ◦ green 203 ◦ blue 234

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

Shades of Periwinkle #BDCBEA

Tints of Periwinkle #BDCBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 30.19%
G = 32.43%
B = 37.38%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDCBEA (or 0xBDCBEA) is known color: Periwinkle. HEX triplet: BD, CB and EA. RGB value is (189,203,234). Sum of RGB (Red+Green+Blue) = 189+203+234=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBEA is #423415. Grayscale: #CACACA. Windows color (decimal): -4338710 or 15387581. OLE color: 15387581.

HSL color Cylindrical-coordinate representation of color #BDCBEA: hue angle of 221.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCBEA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 203 234 -
CMYK 0.19 0.13 0 0.08
HSL 221.33º 0.52% 0.83% -
HSV(B) 221.33º 0.19% 0.92% -
XYZ 57.19 59.47 86.31 -
YUV 202.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 189 203 234 0.19 0.13 0 0.08 221.33 0.52 0.83
Hex BD CB EA 13 D 0 8 DD 34 53
Octal 275 313 352 23 15 0 10 335 64 123
Binary 10111101 11001011 11101010 10011 1101 0 1000 11011101 110100 1010011

Color Harmonies of #BDCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBEA

Black with #BDCBEA

Text Example


Text Example

White with #BDCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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