Html Css Color HEX #BCCCF0 Periwinkle

📋 copy color: '#BCCCF0'

red 188 ◦ green 204 ◦ blue 240

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

Shades of Periwinkle #BCCCF0

Tints of Periwinkle #BCCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 29.75%
G = 32.28%
B = 37.97%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCCCF0 (or 0xBCCCF0) is known color: Periwinkle. HEX triplet: BC, CC and F0. RGB value is (188,204,240). Sum of RGB (Red+Green+Blue) = 188+204+240=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF0 is #43330F. Grayscale: #CBCBCB. Windows color (decimal): -4403984 or 15781052. OLE color: 15781052.

HSL color Cylindrical-coordinate representation of color #BCCCF0: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCCF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 204 240 -
CMYK 0.22 0.15 0 0.06
HSL 221.54º 0.63% 0.84% -
HSV(B) 221.54º 0.22% 0.94% -
XYZ 58.06 60.17 90.99 -
YUV 203.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 188 204 240 0.22 0.15 0 0.06 221.54 0.63 0.84
Hex BC CC F0 16 F 0 6 DE 3F 54
Octal 274 314 360 26 17 0 6 336 77 124
Binary 10111100 11001100 11110000 10110 1111 0 110 11011110 111111 1010100

Color Harmonies of #BCCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCF0

Black with #BCCCF0

Text Example


Text Example

White with #BCCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCF0; }

 p { color: rgb(188,204,240); }

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

background-color css

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

 a { background-color: rgb(188,204,240); }

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

border-color css

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

 span { border-color: rgb(188,204,240); }

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