Html Css Color HEX #BCCFEF Periwinkle

📋 copy color: '#BCCFEF'

red 188 ◦ green 207 ◦ blue 239

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

Shades of Periwinkle #BCCFEF

Tints of Periwinkle #BCCFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 29.65%
G = 32.65%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCCFEF (or 0xBCCFEF) is known color: Periwinkle. HEX triplet: BC, CF and EF. RGB value is (188,207,239). Sum of RGB (Red+Green+Blue) = 188+207+239=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEF is #433010. Grayscale: #CCCCCC. Windows color (decimal): -4403217 or 15716284. OLE color: 15716284.

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

Color convert

RGB 188 207 239 -
CMYK 0.21 0.13 0 0.06
HSL 217.65º 0.61% 0.84% -
HSV(B) 217.65º 0.21% 0.94% -
XYZ 58.63 61.55 90.45 -
YUV 204.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 188 207 239 0.21 0.13 0 0.06 217.65 0.61 0.84
Hex BC CF EF 15 D 0 6 DA 3D 54
Octal 274 317 357 25 15 0 6 332 75 124
Binary 10111100 11001111 11101111 10101 1101 0 110 11011010 111101 1010100

Color Harmonies of #BCCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFEF

Black with #BCCFEF

Text Example


Text Example

White with #BCCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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