Html Css Color HEX #BCCFF0 Periwinkle

📋 copy color: '#BCCFF0'

red 188 ◦ green 207 ◦ blue 240

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

Shades of Periwinkle #BCCFF0

Tints of Periwinkle #BCCFF0

RGB

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

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

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

R = 29.61%
G = 32.6%
B = 37.8%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCCFF0 (or 0xBCCFF0) is known color: Periwinkle. HEX triplet: BC, CF and F0. RGB value is (188,207,240). Sum of RGB (Red+Green+Blue) = 188+207+240=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF0 is #43300F. Grayscale: #CCCCCC. Windows color (decimal): -4403216 or 15781820. OLE color: 15781820.

HSL color Cylindrical-coordinate representation of color #BCCFF0: hue angle of 218.08º 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 #BCCFF0 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 207 240 -
CMYK 0.22 0.14 0 0.06
HSL 218.08º 0.63% 0.84% -
HSV(B) 218.08º 0.22% 0.94% -
XYZ 58.78 61.61 91.23 -
YUV 205.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 188 207 240 0.22 0.14 0 0.06 218.08 0.63 0.84
Hex BC CF F0 16 E 0 6 DA 3F 54
Octal 274 317 360 26 16 0 6 332 77 124
Binary 10111100 11001111 11110000 10110 1110 0 110 11011010 111111 1010100

Color Harmonies of #BCCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFF0

Black with #BCCFF0

Text Example


Text Example

White with #BCCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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