Html Css Color HEX #BCCFF2 Periwinkle

📋 copy color: '#BCCFF2'

red 188 ◦ green 207 ◦ blue 242

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

Shades of Periwinkle #BCCFF2

Tints of Periwinkle #BCCFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 29.51%
G = 32.5%
B = 37.99%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCCFF2 (or 0xBCCFF2) is known color: Periwinkle. HEX triplet: BC, CF and F2. RGB value is (188,207,242). Sum of RGB (Red+Green+Blue) = 188+207+242=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFF2 is #43300D. Grayscale: #CDCDCD. Windows color (decimal): -4403214 or 15912892. OLE color: 15912892.

HSL color Cylindrical-coordinate representation of color #BCCFF2: hue angle of 218.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCFF2 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 207 242 -
CMYK 0.22 0.14 0 0.05
HSL 218.89º 0.68% 0.84% -
HSV(B) 218.89º 0.22% 0.95% -
XYZ 59.08 61.73 92.81 -
YUV 205.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 188 207 242 0.22 0.14 0 0.05 218.89 0.68 0.84
Hex BC CF F2 16 E 0 5 DB 44 54
Octal 274 317 362 26 16 0 5 333 104 124
Binary 10111100 11001111 11110010 10110 1110 0 101 11011011 1000100 1010100

Color Harmonies of #BCCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFF2

Black with #BCCFF2

Text Example


Text Example

White with #BCCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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