Html Css Color HEX #BDCCE6 Periwinkle

📋 copy color: '#BDCCE6'

red 189 ◦ green 204 ◦ blue 230

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

Shades of Periwinkle #BDCCE6

Tints of Periwinkle #BDCCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.92%

R = 30.34%
G = 32.74%
B = 36.92%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDCCE6 (or 0xBDCCE6) is known color: Periwinkle. HEX triplet: BD, CC and E6. RGB value is (189,204,230). Sum of RGB (Red+Green+Blue) = 189+204+230=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCE6 is #423319. Grayscale: #CACACA. Windows color (decimal): -4338458 or 15125693. OLE color: 15125693.

HSL color Cylindrical-coordinate representation of color #BDCCE6: hue angle of 218.05º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCCE6 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 204 230 -
CMYK 0.18 0.11 0 0.10
HSL 218.05º 0.45% 0.82% -
HSV(B) 218.05º 0.18% 0.9% -
XYZ 56.86 59.72 83.39 -
YUV 202.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 189 204 230 0.18 0.11 0 0.10 218.05 0.45 0.82
Hex BD CC E6 12 B 0 A DA 2D 52
Octal 275 314 346 22 13 0 12 332 55 122
Binary 10111101 11001100 11100110 10010 1011 0 1010 11011010 101101 1010010

Color Harmonies of #BDCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCE6

Black with #BDCCE6

Text Example


Text Example

White with #BDCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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