Html Css Color HEX #BCCDEE Periwinkle

📋 copy color: '#BCCDEE'

red 188 ◦ green 205 ◦ blue 238

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

Shades of Periwinkle #BCCDEE

Tints of Periwinkle #BCCDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 29.79%
G = 32.49%
B = 37.72%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCCDEE (or 0xBCCDEE) is known color: Periwinkle. HEX triplet: BC, CD and EE. RGB value is (188,205,238). Sum of RGB (Red+Green+Blue) = 188+205+238=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEE is #433211. Grayscale: #CBCBCB. Windows color (decimal): -4403730 or 15650236. OLE color: 15650236.

HSL color Cylindrical-coordinate representation of color #BCCDEE: hue angle of 219.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCDEE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 205 238 -
CMYK 0.21 0.14 0 0.07
HSL 219.6º 0.6% 0.84% -
HSV(B) 219.6º 0.21% 0.93% -
XYZ 58 60.53 89.51 -
YUV 203.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 188 205 238 0.21 0.14 0 0.07 219.6 0.6 0.84
Hex BC CD EE 15 E 0 7 DC 3C 54
Octal 274 315 356 25 16 0 7 334 74 124
Binary 10111100 11001101 11101110 10101 1110 0 111 11011100 111100 1010100

Color Harmonies of #BCCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDEE

Black with #BCCDEE

Text Example


Text Example

White with #BCCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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