Html Css Color HEX #BDCCEA Periwinkle

📋 copy color: '#BDCCEA'

red 189 ◦ green 204 ◦ blue 234

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

Shades of Periwinkle #BDCCEA

Tints of Periwinkle #BDCCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.54%

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

R = 30.14%
G = 32.54%
B = 37.32%

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

#BDCCEA (or 0xBDCCEA) is known color: Periwinkle. HEX triplet: BD, CC and EA. RGB value is (189,204,234). Sum of RGB (Red+Green+Blue) = 189+204+234=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCEA is #423315. Grayscale: #CACACA. Windows color (decimal): -4338454 or 15387837. OLE color: 15387837.

HSL color Cylindrical-coordinate representation of color #BDCCEA: hue angle of 220º 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 #BDCCEA is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 204 234 -
CMYK 0.19 0.13 0 0.08
HSL 220º 0.52% 0.83% -
HSV(B) 220º 0.19% 0.92% -
XYZ 57.43 59.95 86.39 -
YUV 202.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 189 204 234 0.19 0.13 0 0.08 220 0.52 0.83
Hex BD CC EA 13 D 0 8 DC 34 53
Octal 275 314 352 23 15 0 10 334 64 123
Binary 10111101 11001100 11101010 10011 1101 0 1000 11011100 110100 1010011

Color Harmonies of #BDCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCEA

Black with #BDCCEA

Text Example


Text Example

White with #BDCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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