Html Css Color HEX #BCCFED Periwinkle

📋 copy color: '#BCCFED'

red 188 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #BCCFED

Tints of Periwinkle #BCCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.75%

 BLUE value IS 237 (92.97% from 255) = 37.5%

R = 29.75%
G = 32.75%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCCFED (or 0xBCCFED) is known color: Periwinkle. HEX triplet: BC, CF and ED. RGB value is (188,207,237). Sum of RGB (Red+Green+Blue) = 188+207+237=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFED is #433012. Grayscale: #CCCCCC. Windows color (decimal): -4403219 or 15585212. OLE color: 15585212.

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

Color convert

RGB 188 207 237 -
CMYK 0.21 0.13 0 0.07
HSL 216.73º 0.58% 0.83% -
HSV(B) 216.73º 0.21% 0.93% -
XYZ 58.34 61.43 88.9 -
YUV 204.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 188 207 237 0.21 0.13 0 0.07 216.73 0.58 0.83
Hex BC CF ED 15 D 0 7 D9 3A 53
Octal 274 317 355 25 15 0 7 331 72 123
Binary 10111100 11001111 11101101 10101 1101 0 111 11011001 111010 1010011

Color Harmonies of #BCCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFED

Black with #BCCFED

Text Example


Text Example

White with #BCCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFED; }

 p { color: rgb(188,207,237); }

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

background-color css

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

 a { background-color: rgb(188,207,237); }

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

border-color css

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

 span { border-color: rgb(188,207,237); }

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