Html Css Color HEX #BCCFE6 Periwinkle

📋 copy color: '#BCCFE6'

red 188 ◦ green 207 ◦ blue 230

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

Shades of Periwinkle #BCCFE6

Tints of Periwinkle #BCCFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 30.08%
G = 33.12%
B = 36.8%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCCFE6 (or 0xBCCFE6) is known color: Periwinkle. HEX triplet: BC, CF and E6. RGB value is (188,207,230). Sum of RGB (Red+Green+Blue) = 188+207+230=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFE6 is #433019. Grayscale: #CBCBCB. Windows color (decimal): -4403226 or 15126460. OLE color: 15126460.

HSL color Cylindrical-coordinate representation of color #BCCFE6: hue angle of 212.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCFE6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 207 230 -
CMYK 0.18 0.10 0 0.10
HSL 212.86º 0.46% 0.82% -
HSV(B) 212.86º 0.18% 0.9% -
XYZ 57.33 61.03 83.62 -
YUV 203.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 188 207 230 0.18 0.10 0 0.10 212.86 0.46 0.82
Hex BC CF E6 12 A 0 A D5 2E 52
Octal 274 317 346 22 12 0 12 325 56 122
Binary 10111100 11001111 11100110 10010 1010 0 1010 11010101 101110 1010010

Color Harmonies of #BCCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFE6

Black with #BCCFE6

Text Example


Text Example

White with #BCCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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