Html Css Color HEX #BCCDEA Periwinkle

📋 copy color: '#BCCDEA'

red 188 ◦ green 205 ◦ blue 234

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

Shades of Periwinkle #BCCDEA

Tints of Periwinkle #BCCDEA

RGB

 RED value IS 188 (73.83% from 255) = 29.98%

 GREEN value IS 205 (80.47% from 255) = 32.7%

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

R = 29.98%
G = 32.7%
B = 37.32%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCCDEA (or 0xBCCDEA) is known color: Periwinkle. HEX triplet: BC, CD and EA. RGB value is (188,205,234). Sum of RGB (Red+Green+Blue) = 188+205+234=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 205 (80.47% from 255 or 32.70% 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 #BCCDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEA is #433215. Grayscale: #CBCBCB. Windows color (decimal): -4403734 or 15388092. OLE color: 15388092.

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

Color convert

RGB 188 205 234 -
CMYK 0.20 0.12 0 0.08
HSL 217.83º 0.52% 0.83% -
HSV(B) 217.83º 0.2% 0.92% -
XYZ 57.42 60.29 86.45 -
YUV 203.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 188 205 234 0.20 0.12 0 0.08 217.83 0.52 0.83
Hex BC CD EA 14 C 0 8 DA 34 53
Octal 274 315 352 24 14 0 10 332 64 123
Binary 10111100 11001101 11101010 10100 1100 0 1000 11011010 110100 1010011

Color Harmonies of #BCCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDEA

Black with #BCCDEA

Text Example


Text Example

White with #BCCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDEA; }

 p { color: rgb(188,205,234); }

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

background-color css

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

 a { background-color: rgb(188,205,234); }

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

border-color css

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

 span { border-color: rgb(188,205,234); }

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